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 void
ensureIndex(int idx, SoftRecycler<ByteOneOrN.Block2[]> recycler)
ByteOneOrN.Block2
get(int idx)
void
maybeRecycle(SoftRecycler<ByteOneOrN.Block2[]> recycler)
void
set(int idx, ByteOneOrN.Block2 value)
-
Constructor Details
-
Block1
public Block1()
-
-
Method Details