Class ByteOneOrN.Block1
java.lang.Object
com.illumon.iris.db.v2.sources.sparse.ByteOneOrN.Block1
- Enclosing class:
- ByteOneOrN
public static final class ByteOneOrN.Block1 extends Object
-
Constructor Summary
Constructors Constructor Description Block1() -
Method Summary
Modifier and Type Method Description voidensureIndex(int idx, SoftRecycler<ByteOneOrN.Block2[]> recycler)ByteOneOrN.Block2get(int idx)voidmaybeRecycle(SoftRecycler<ByteOneOrN.Block2[]> recycler)voidset(int idx, ByteOneOrN.Block2 value)
-
Constructor Details
-
Block1
public Block1()
-
-
Method Details