Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableBooleanStack
-
Packages that use MutableBooleanStack Package Description org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of MutableBooleanStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableBooleanStack Modifier and Type Method Description MutableBooleanStackMutableBooleanStackFactory. empty()MutableBooleanStackMutableBooleanStackFactory. of()Same asMutableBooleanStackFactory.empty().MutableBooleanStackMutableBooleanStackFactory. of(boolean... items)MutableBooleanStackMutableBooleanStackFactory. ofAll(Iterable<Boolean> iterable)MutableBooleanStackMutableBooleanStackFactory. ofAll(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactory. ofAllReversed(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactory. with()Same asMutableBooleanStackFactory.empty().MutableBooleanStackMutableBooleanStackFactory. with(boolean... items)MutableBooleanStackMutableBooleanStackFactory. withAll(Iterable<Boolean> iterable)MutableBooleanStackMutableBooleanStackFactory. withAll(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactory. withAllReversed(BooleanIterable items) -
Uses of MutableBooleanStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableBooleanStack Modifier and Type Method Description MutableBooleanStackMutableStack. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableBooleanStack Modifier and Type Method Description MutableBooleanStackMutableBooleanStack. asSynchronized()MutableBooleanStackMutableBooleanStack. asUnmodifiable()default MutableBooleanStackMutableBooleanStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableBooleanStackMutableBooleanStack. reject(BooleanPredicate predicate)default MutableBooleanStackMutableBooleanStack. rejectWithIndex(BooleanIntPredicate predicate)Returns a new MutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.MutableBooleanStackMutableBooleanStack. select(BooleanPredicate predicate)default MutableBooleanStackMutableBooleanStack. selectWithIndex(BooleanIntPredicate predicate)Returns a new MutableBooleanStack including all elements with corresponding indexes matching the specified predicate.default MutableBooleanStackMutableBooleanStack. tap(BooleanProcedure procedure)
-