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.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
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) -
Uses of BooleanArrayList in org.eclipse.collections.impl.stack.immutable.primitive
Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as BooleanArrayList Modifier and Type Field Description private BooleanArrayListImmutableBooleanArrayStack. delegateMethods in org.eclipse.collections.impl.stack.immutable.primitive that return BooleanArrayList Modifier and Type Method Description protected BooleanArrayListImmutableBooleanArrayStack. getDelegate()Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type BooleanArrayList Constructor Description ImmutableBooleanArrayStack(BooleanArrayList newElements) -
Uses of BooleanArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as BooleanArrayList Modifier and Type Field Description private BooleanArrayListBooleanArrayStack. delegateMethods in org.eclipse.collections.impl.stack.mutable.primitive that return BooleanArrayList Modifier and Type Method Description protected BooleanArrayListBooleanArrayStack. getDelegate() -
Uses of BooleanArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return BooleanArrayList Modifier and Type Method Description protected abstract BooleanArrayListAbstractBooleanStack. getDelegate()
-