Class FloatOneOrN.Block2
java.lang.Object
com.illumon.iris.db.v2.sources.sparse.FloatOneOrN.Block2
- Enclosing class:
- FloatOneOrN
public static final class FloatOneOrN.Block2 extends Object
-
Constructor Summary
Constructors Constructor Description Block2()
-
Method Summary
Modifier and Type Method Description void
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
-