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