Package org.elasticsearch.common.util
Class BitArray
- java.lang.Object
-
- org.elasticsearch.common.util.BitArray
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Releasable
public final class BitArray extends Object implements Releasable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear(int index)voidclose()booleanget(int index)voidset(int index)
-
-
-
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 interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceReleasable
-
-