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