Class BooleanOneOrN.Block2
java.lang.Object
io.deephaven.engine.table.impl.sources.sparse.BooleanOneOrN.Block2
- Enclosing class:
- BooleanOneOrN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-