Class BooleanArrayList

java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList
All Implemented Interfaces:
Externalizable, Serializable, BooleanIterable, MutableBooleanCollection, BooleanList, MutableBooleanList, OrderedBooleanIterable, ReversibleBooleanIterable, PrimitiveIterable

public final class BooleanArrayList
extends Object
implements MutableBooleanList, Externalizable
BooleanArrayList is similar to FastList, and is memory-optimized for boolean primitives.
Since:
3.0.
See Also:
Serialized Form