Class BooleanOneOrN.Block2
java.lang.Object
com.illumon.iris.db.v2.sources.sparse.BooleanOneOrN.Block2
- Enclosing class:
- BooleanOneOrN
public static final class BooleanOneOrN.Block2 extends Object
-
Constructor Summary
Constructors Constructor Description Block2()
-
Method Summary
Modifier and Type Method Description void
ensureIndex(int idx, SoftRecycler<boolean[][]> recycler)
boolean[]
get(int idx)
void
maybeRecycle(SoftRecycler<boolean[][]> recycler)
void
set(int idx, boolean[] value)
-
Constructor Details
-
Block2
public Block2()
-
-
Method Details
-
ensureIndex
-
get
public boolean[] get(int idx) -
set
public void set(int idx, boolean[] value) -
maybeRecycle
-