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 BooleanArrayList
BooleanArrayList. newList(BooleanIterable source)
static BooleanArrayList
BooleanArrayList. newListWith(boolean... array)
static BooleanArrayList
BooleanArrayList. newWithNValues(int size, boolean value)
BooleanArrayList
BooleanArrayList. reject(BooleanPredicate predicate)
BooleanArrayList
BooleanArrayList. reverseThis()
BooleanArrayList
BooleanArrayList. select(BooleanPredicate predicate)
BooleanArrayList
BooleanArrayList. toReversed()
BooleanArrayList
BooleanArrayList. with(boolean element)
BooleanArrayList
BooleanArrayList. with(boolean element1, boolean element2)
BooleanArrayList
BooleanArrayList. with(boolean element1, boolean element2, boolean element3)
BooleanArrayList
BooleanArrayList. with(boolean element1, boolean element2, boolean element3, boolean... elements)
BooleanArrayList
BooleanArrayList. withAll(BooleanIterable elements)
BooleanArrayList
BooleanArrayList. without(boolean element)
BooleanArrayList
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 BooleanArrayList Modifier and Type Field Description private BooleanArrayList
ImmutableBooleanArrayStack. delegate
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return BooleanArrayList Modifier and Type Method Description protected BooleanArrayList
ImmutableBooleanArrayStack. 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 BooleanArrayList
BooleanArrayStack. delegate
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return BooleanArrayList Modifier and Type Method Description protected BooleanArrayList
BooleanArrayStack. 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 BooleanArrayList
AbstractBooleanStack. getDelegate()
-