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.
-
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 BooleanArrayListBooleanArrayList.newList(BooleanIterable source) static BooleanArrayListBooleanArrayList.newListWith(boolean... array) static BooleanArrayListBooleanArrayList.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)