Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList
-
Packages that use BooleanArrayList Package Description org.eclipse.collections.impl.list.mutable.primitive 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 BooleanArrayList Modifier and Type Method Description static BooleanArrayListBooleanArrayList. newList(BooleanIterable source)static BooleanArrayListBooleanArrayList. newListWith(boolean... array)static BooleanArrayListBooleanArrayList. newWithNValues(int size, boolean value)BooleanArrayListBooleanArrayList. reject(BooleanPredicate predicate)BooleanArrayListBooleanArrayList. reverseThis()BooleanArrayListBooleanArrayList. select(BooleanPredicate predicate)BooleanArrayListBooleanArrayList. toReversed()BooleanArrayListBooleanArrayList. with(boolean element)BooleanArrayListBooleanArrayList. with(boolean element1, boolean element2)BooleanArrayListBooleanArrayList. with(boolean element1, boolean element2, boolean element3)BooleanArrayListBooleanArrayList. with(boolean element1, boolean element2, boolean element3, boolean... elements)BooleanArrayListBooleanArrayList. withAll(BooleanIterable elements)BooleanArrayListBooleanArrayList. without(boolean element)BooleanArrayListBooleanArrayList. withoutAll(BooleanIterable elements)
-