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