-
Method Summary
Methods inherited from interface com.illumon.iris.db.v2.sources.chunk.ChunkChunk
asBooleanChunkChunk, asByteChunkChunk, asCharChunkChunk, asDoubleChunkChunk, asFloatChunkChunk, asIntChunkChunk, asLongChunkChunk, asObjectChunkChunk, asShortChunkChunk, getChunk, size
Methods inherited from interface com.illumon.iris.db.v2.sources.chunk.WritableChunkChunk
asWritableBooleanChunkChunk, asWritableByteChunkChunk, asWritableCharChunkChunk, asWritableDoubleChunkChunk, asWritableFloatChunkChunk, asWritableIntChunkChunk, asWritableLongChunkChunk, asWritableObjectChunkChunk, asWritableShortChunkChunk, getWritableChunk, setWritableChunk, slice
-
Method Details
-
Reset the data and bounds of this chunk to a range or sub-range of the specified
WritableChunkChunk
.
- Parameters:
other
- The other WritableChunkChunk
offset
- The offset into other
capacity
- The capacity this should have after reset
-
void resetFromArray(
Object array,
int offset,
int capacity)
Reset the data and bounds of this chunk to a range or sub-range of the specified array.
- Parameters:
array
- The array
offset
- The offset into array
capacity
- The capacity this should have after reset
-
-
-
-
-
-
-
-
-