public interface IBitSet
extends java.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
addTo(Ref.IdentityCollection identities) |
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.
|
long |
offHeapSize()
Returns the amount of memory in bytes used off heap.
|
void |
serialize(java.io.DataOutput out) |
long |
serializedSize() |
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()
void clear()
void close()
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
long offHeapSize()
void addTo(Ref.IdentityCollection identities)
Copyright © 2016 The Apache Software Foundation