Class ResettableWritableBooleanChunkChunk<ATTR extends Attributes.Any>
java.lang.Object
com.illumon.iris.db.v2.sources.chunk.ChunkChunkBase<ATTR>
com.illumon.iris.db.v2.sources.chunk.BooleanChunkChunk<ATTR>
com.illumon.iris.db.v2.sources.chunk.WritableBooleanChunkChunk<ATTR>
com.illumon.iris.db.v2.sources.chunk.ResettableWritableBooleanChunkChunk<ATTR>
- All Implemented Interfaces:
ChunkChunk<ATTR>,ResettableWritableChunkChunk<ATTR>,WritableChunkChunk<ATTR>
public class ResettableWritableBooleanChunkChunk<ATTR extends Attributes.Any> extends WritableBooleanChunkChunk<ATTR> implements ResettableWritableChunkChunk<ATTR>
-
Method Summary
Modifier and Type Method Description static <ATTR extends Attributes.Any>
ResettableWritableBooleanChunkChunk<ATTR>makeResettableChunk()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.voidresetFromChunk(WritableChunkChunk<ATTR> other, int offset, int capacity)Reset the data and bounds of this chunk to a range or sub-range of the specifiedWritableChunkChunk.voidresetFromTypedArray(WritableBooleanChunk<ATTR>[] data, int offset, int capacity)voidresetFromTypedChunk(WritableBooleanChunkChunk<ATTR> other, int offset, int capacity)ResettableWritableBooleanChunkChunk<ATTR>slice(int offset, int capacity)Methods inherited from class com.illumon.iris.db.v2.sources.chunk.WritableBooleanChunkChunk
getWritableChunk, makeArray, makeWritableChunk, set, set, setWritableChunk, writableChunkWrap, writableChunkWrapMethods inherited from class com.illumon.iris.db.v2.sources.chunk.BooleanChunkChunk
chunkWrap, chunkWrap, get, get, getChunk, getEmptyChunkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.db.v2.sources.chunk.ChunkChunk
asBooleanChunkChunk, asByteChunkChunk, asCharChunkChunk, asDoubleChunkChunk, asFloatChunkChunk, asIntChunkChunk, asLongChunkChunk, asObjectChunkChunk, asShortChunkChunk, getChunk, sizeMethods inherited from interface com.illumon.iris.db.v2.sources.chunk.ResettableWritableChunkChunk
asResettableWritableBooleanChunkChunk, asResettableWritableByteChunkChunk, asResettableWritableCharChunkChunk, asResettableWritableDoubleChunkChunk, asResettableWritableFloatChunkChunk, asResettableWritableIntChunkChunk, asResettableWritableLongChunkChunk, asResettableWritableObjectChunkChunk, asResettableWritableShortChunkChunkMethods inherited from interface com.illumon.iris.db.v2.sources.chunk.WritableChunkChunk
asWritableBooleanChunkChunk, asWritableByteChunkChunk, asWritableCharChunkChunk, asWritableDoubleChunkChunk, asWritableFloatChunkChunk, asWritableIntChunkChunk, asWritableLongChunkChunk, asWritableObjectChunkChunk, asWritableShortChunkChunk, getWritableChunk, setWritableChunk
-
Method Details
-
makeResettableChunk
public static <ATTR extends Attributes.Any> ResettableWritableBooleanChunkChunk<ATTR> makeResettableChunk() -
slice
- Specified by:
slicein interfaceChunkChunk<ATTR extends Attributes.Any>- Specified by:
slicein interfaceWritableChunkChunk<ATTR extends Attributes.Any>- Overrides:
slicein classWritableBooleanChunkChunk<ATTR extends Attributes.Any>
-
resetFromChunk
Description copied from interface:ResettableWritableChunkChunkReset the data and bounds of this chunk to a range or sub-range of the specifiedWritableChunkChunk.- Specified by:
resetFromChunkin interfaceResettableWritableChunkChunk<ATTR extends Attributes.Any>- Parameters:
other- The otherWritableChunkChunkoffset- The offset into othercapacity- The capacity this should have after reset
-
resetFromArray
Description copied from interface:ResettableWritableChunkChunkReset the data and bounds of this chunk to a range or sub-range of the specified array.- Specified by:
resetFromArrayin interfaceResettableWritableChunkChunk<ATTR extends Attributes.Any>- Parameters:
array- The arrayoffset- The offset into arraycapacity- The capacity this should have after reset
-
resetFromTypedChunk
public final void resetFromTypedChunk(WritableBooleanChunkChunk<ATTR> other, int offset, int capacity) -
resetFromTypedArray
-