Class IntOneOrN.Block2
java.lang.Object
io.deephaven.engine.table.impl.sources.sparse.IntOneOrN.Block2
- Enclosing class:
- IntOneOrN
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
ensureIndex
(int idx, SoftRecycler<int[][]> recycler) int[]
get
(int idx) void
maybeRecycle
(SoftRecycler<int[][]> recycler) void
set
(int idx, int[] value)
-
Constructor Details
-
Block2
public Block2()
-
-
Method Details
-
ensureIndex
-
get
public int[] get(int idx) -
set
public void set(int idx, int[] value) -
maybeRecycle
-