Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList
Packages that use BooleanArrayList
Package
Description
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of BooleanArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return BooleanArrayListModifier and TypeMethodDescriptionstatic BooleanArrayList
BooleanArrayList.newList
(BooleanIterable source) static BooleanArrayList
BooleanArrayList.newListWith
(boolean... array) static BooleanArrayList
BooleanArrayList.newWithNValues
(int size, boolean value) BooleanArrayList.reject
(BooleanPredicate predicate) BooleanArrayList.reverseThis()
BooleanArrayList.select
(BooleanPredicate predicate) BooleanArrayList.toReversed()
BooleanArrayList.with
(boolean element) BooleanArrayList.with
(boolean element1, boolean element2) BooleanArrayList.with
(boolean element1, boolean element2, boolean element3) BooleanArrayList.with
(boolean element1, boolean element2, boolean element3, boolean... elements) BooleanArrayList.withAll
(BooleanIterable elements) BooleanArrayList.without
(boolean element) BooleanArrayList.withoutAll
(BooleanIterable elements) -
Uses of BooleanArrayList in org.eclipse.collections.impl.stack.immutable.primitive
Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as BooleanArrayListModifier and TypeFieldDescriptionprivate final BooleanArrayList
ImmutableBooleanArrayStack.delegate
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return BooleanArrayListModifier and TypeMethodDescriptionprotected BooleanArrayList
ImmutableBooleanArrayStack.getDelegate()
Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type BooleanArrayList -
Uses of BooleanArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as BooleanArrayListMethods in org.eclipse.collections.impl.stack.mutable.primitive that return BooleanArrayList -
Uses of BooleanArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return BooleanArrayListModifier and TypeMethodDescriptionprotected abstract BooleanArrayList
AbstractBooleanStack.getDelegate()