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