Package org.elasticsearch.common.util
Class BitArray
- java.lang.Object
-
- org.elasticsearch.common.util.BitArray
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,Releasable
public final class BitArray extends java.lang.Object implements Releasable
-
-
Constructor Detail
-
BitArray
public BitArray(int initialSize, BigArrays bigArrays)
-
-
Method Detail
-
set
public void set(int index)
-
clear
public void clear(int index)
-
get
public boolean get(int index)
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein interfaceReleasable
-
-