Package com.qfs.chunk

Interface IArrayNullable

All Superinterfaces:
IArray, IArrayReader
All Known Subinterfaces:
IChunkNullable<K>
All Known Implementing Classes:
ADirectChunkNullable, ArrayChunkDoubleNullable, ArrayChunkFloatNullable, ArrayChunkIntegerNullable, ArrayChunkLongNullable, BufferChunkDoubleNullable, BufferChunkFloatNullable, BufferChunkLongNullable, BufferChunkPrimitiveIntsNullable, ChunkHistory, ChunkObject, ChunkSingleObject, ChunkSingleTimestamp, ChunkVector, DirectChunkDoubleNullable, DirectChunkFloatNullable, DirectChunkIntegerNullable, DirectChunkLongNullable, FrequentNullDoubleChunk, FrequentNullFloatChunk, FrequentNullIntegerChunk, FrequentNullLongChunk, FrequentObjectChunk, NullableFrequentDoubleChunk, NullableFrequentFloatChunk, NullableFrequentIntegerChunk, NullableFrequentLongChunk

public interface IArrayNullable extends IArray
Marker interface for arrays that may contain null values.
Author:
ActiveViam