public interface IBitSet
extends java.io.Closeable
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 The Apache Software Foundation