Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableBooleanStack
-
Packages that use ImmutableBooleanStack 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 ImmutableBooleanStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableBooleanStack Modifier and Type Method Description ImmutableBooleanStackImmutableBooleanStackFactory. empty()ImmutableBooleanStackImmutableBooleanStackFactory. of()Same asImmutableBooleanStackFactory.empty().ImmutableBooleanStackImmutableBooleanStackFactory. of(boolean one)ImmutableBooleanStackImmutableBooleanStackFactory. of(boolean... items)ImmutableBooleanStackImmutableBooleanStackFactory. ofAll(Iterable<Boolean> iterable)ImmutableBooleanStackImmutableBooleanStackFactory. ofAll(BooleanIterable items)ImmutableBooleanStackImmutableBooleanStackFactory. ofAllReversed(BooleanIterable items)ImmutableBooleanStackImmutableBooleanStackFactory. with()Same asImmutableBooleanStackFactory.empty().ImmutableBooleanStackImmutableBooleanStackFactory. with(boolean one)ImmutableBooleanStackImmutableBooleanStackFactory. with(boolean... items)ImmutableBooleanStackImmutableBooleanStackFactory. withAll(Iterable<Boolean> iterable)ImmutableBooleanStackImmutableBooleanStackFactory. withAll(BooleanIterable items)ImmutableBooleanStackImmutableBooleanStackFactory. withAllReversed(BooleanIterable items) -
Uses of ImmutableBooleanStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableBooleanStack Modifier and Type Method Description ImmutableBooleanStackImmutableStack. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of ImmutableBooleanStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableBooleanStack Modifier and Type Method Description ImmutableBooleanStackImmutableBooleanStack. pop()ImmutableBooleanStackImmutableBooleanStack. pop(int count)ImmutableBooleanStackImmutableBooleanStack. push(boolean item)ImmutableBooleanStackImmutableBooleanStack. reject(BooleanPredicate predicate)default ImmutableBooleanStackImmutableBooleanStack. rejectWithIndex(BooleanIntPredicate predicate)Returns a new ImmutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableBooleanStackImmutableBooleanStack. select(BooleanPredicate predicate)default ImmutableBooleanStackImmutableBooleanStack. selectWithIndex(BooleanIntPredicate predicate)Returns a new ImmutableBooleanStack including all elements with corresponding indexes matching the specified predicate.default ImmutableBooleanStackImmutableBooleanStack. tap(BooleanProcedure procedure)ImmutableBooleanStackBooleanStack. toImmutable()
-