Package io.deephaven.chunk
Class ResettableShortChunkChunk<ATTR extends Any>
java.lang.Object
io.deephaven.chunk.ChunkChunkBase<ATTR>
io.deephaven.chunk.ShortChunkChunk<ATTR>
io.deephaven.chunk.ResettableShortChunkChunk<ATTR>
- All Implemented Interfaces:
ChunkChunk<ATTR>,ResettableChunkChunk<ATTR>
public class ResettableShortChunkChunk<ATTR extends Any>
extends ShortChunkChunk<ATTR>
implements ResettableChunkChunk<ATTR>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <ATTR extends Any>
ResettableShortChunkChunk<ATTR>final voidresetFromArray(Object array, int offset, int capacity) Reset the data and bounds of this chunk to a range or sub-range of the specified array.final voidresetFromChunk(ChunkChunk<ATTR> other, int offset, int capacity) Reset the data and bounds of this chunk to a range or sub-range of the specifiedChunkChunk.final voidresetFromTypedArray(ShortChunk<ATTR>[] data, int offset, int capacity) final voidresetFromTypedChunk(ShortChunkChunk<ATTR> other, int offset, int capacity) slice(int offset, int capacity) Methods inherited from class io.deephaven.chunk.ShortChunkChunk
chunkWrap, chunkWrap, get, get, getChunk, getEmptyChunk, makeArrayMethods inherited from class io.deephaven.chunk.ChunkChunkBase
sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.chunk.ChunkChunk
asBooleanChunkChunk, asByteChunkChunk, asCharChunkChunk, asDoubleChunkChunk, asFloatChunkChunk, asIntChunkChunk, asLongChunkChunk, asObjectChunkChunk, asShortChunkChunk, getChunk, sizeMethods inherited from interface io.deephaven.chunk.ResettableChunkChunk
asResettableBooleanChunkChunk, asResettableByteChunkChunk, asResettableCharChunkChunk, asResettableDoubleChunkChunk, asResettableFloatChunkChunk, asResettableIntChunkChunk, asResettableLongChunkChunk, asResettableObjectChunkChunk, asResettableShortChunkChunk
-
Method Details
-
makeResettableChunk
-
slice
- Specified by:
slicein interfaceChunkChunk<ATTR extends Any>- Overrides:
slicein classShortChunkChunk<ATTR extends Any>
-
resetFromChunk
Description copied from interface:ResettableChunkChunkReset the data and bounds of this chunk to a range or sub-range of the specifiedChunkChunk.- Specified by:
resetFromChunkin interfaceResettableChunkChunk<ATTR extends Any>- Parameters:
other- The otherChunkChunkoffset- The offset into othercapacity- The capacity this should have after reset
-
resetFromArray
Description copied from interface:ResettableChunkChunkReset the data and bounds of this chunk to a range or sub-range of the specified array.- Specified by:
resetFromArrayin interfaceResettableChunkChunk<ATTR extends Any>- Parameters:
array- The arrayoffset- The offset into arraycapacity- The capacity this should have after reset
-
resetFromTypedChunk
-
resetFromTypedArray
-