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