|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.cglib.core.TinyBitSet
Constructor Summary | |
TinyBitSet()
|
Method Summary | |
int |
cardinality()
|
void |
clear(int index)
|
boolean |
get(int index)
|
int |
length()
|
void |
set(int index)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TinyBitSet()
Method Detail |
public int length()
public int cardinality()
public boolean get(int index)
public void set(int index)
public void clear(int index)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |