|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBitSet
Method Summary | |
---|---|
long |
capacity()
|
void |
clear()
|
void |
clear(long index)
clears the bit. |
boolean |
get(long index)
Returns true or false for the specified bit index. |
void |
serialize(java.io.DataOutput dos)
|
long |
serializedSize(TypeSizes type)
|
void |
set(long index)
Sets the bit at the specified index. |
Methods inherited from interface java.io.Closeable |
---|
close |
Method Detail |
---|
long capacity()
boolean get(long index)
void set(long index)
void clear(long index)
void serialize(java.io.DataOutput dos) throws java.io.IOException
java.io.IOException
long serializedSize(TypeSizes type)
void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |