Class ImmutableBooleanArrayList

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableBooleanArrayList
All Implemented Interfaces:
Serializable, BooleanIterable, ImmutableBooleanCollection, BooleanList, ImmutableBooleanList, OrderedBooleanIterable, ReversibleBooleanIterable, PrimitiveIterable

final class ImmutableBooleanArrayList extends Object implements ImmutableBooleanList, Serializable
ImmutableBooleanArrayList is the non-modifiable equivalent of BooleanArrayList. It is backed by a BitSet.
Since:
3.2.