Class LongOneOrN.Block2
java.lang.Object
com.illumon.iris.db.v2.sources.sparse.LongOneOrN.Block2
- Enclosing class:
- LongOneOrN
public static final class LongOneOrN.Block2 extends Object
-
Constructor Summary
Constructors Constructor Description Block2()
-
Method Summary
Modifier and Type Method Description void
ensureIndex(int idx, SoftRecycler<long[][]> recycler)
long[]
get(int idx)
void
maybeRecycle(SoftRecycler<long[][]> recycler)
void
set(int idx, long[] value)
-
Constructor Details
-
Block2
public Block2()
-
-
Method Details
-
ensureIndex
-
get
public long[] get(int idx) -
set
public void set(int idx, long[] value) -
maybeRecycle
-