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