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.
|
long |
offHeapSize()
Returns the amount of memory in bytes used off heap.
|
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
long offHeapSize()
Copyright © 2020 The Apache Software Foundation