Package com.illumon.iris.db.v2.utils
Class ChunkBoxer
java.lang.Object
com.illumon.iris.db.v2.utils.ChunkBoxer
public class ChunkBoxer extends Object
Convert an arbitrary chunk to a chunk of boxed objects.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ChunkBoxer.BoxerKernel
Return a chunk that contains boxed Objects representing the primitive values in primitives. -
Constructor Summary
Constructors Constructor Description ChunkBoxer()
-
Method Summary
Modifier and Type Method Description static ChunkBoxer.BoxerKernel
getBoxer(ChunkType type, int capacity)
-
Constructor Details
-
ChunkBoxer
public ChunkBoxer()
-
-
Method Details