Class BooleanArraySource

All Implemented Interfaces:
ChunkSource<Attributes.Values>, ChunkSource.WithPrev<Attributes.Values>, DefaultChunkSource<Attributes.Values>, DefaultChunkSource.WithPrev<Attributes.Values>, FillContextMaker, GetContextMaker, ColumnSource<Boolean>, ColumnSourceGetDefaults.ForBoolean, DeferredGroupingColumnSource<Boolean>, ElementSource<Boolean>, FillUnordered, MutableColumnSource<Boolean>, MutableColumnSourceGetDefaults.ForBoolean, Releasable, WritableChunkSink<Attributes.Values>, WritableSource<Boolean>, TupleExporter<Boolean>, TupleSource<Boolean>, ShiftData.ShiftCallback, Serializable

public class BooleanArraySource
extends ArrayBackedColumnSource<T>
implements MutableColumnSourceGetDefaults.ForBoolean
An ArrayBackedColumnSource of boolean values, each stored as a byte encoded with BooleanUtils.booleanAsByte(java.lang.Boolean).
See Also:
Serialized Form