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