|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.cglib.core.TinyBitSet
public class 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 |
---|
equals, 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 |