public interface IBitSet
extends java.io.Closeable
Modifier and Type | Method and Description |
---|---|
long |
capacity() |
void |
clear() |
void |
clear(long index)
clears the bit.
|
void |
close() |
boolean |
get(long index)
Returns true or false for the specified bit index.
|
void |
serialize(java.io.DataOutput out) |
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 out) throws java.io.IOException
java.io.IOException
long serializedSize(TypeSizes type)
void clear()
void close()
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
Copyright © 2014 The Apache Software Foundation