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.ordered.primitive 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.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.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 This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces. -
-
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(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanStackMutableBooleanStackFactory. ofAll(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactory. ofAllReversed(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactory. with()Same asMutableBooleanStackFactory.empty().MutableBooleanStackMutableBooleanStackFactory. with(boolean... items)MutableBooleanStackMutableBooleanStackFactory. withAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanStackMutableBooleanStackFactory. withAll(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactory. withAllReversed(BooleanIterable items) -
Uses of MutableBooleanStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableBooleanStack Modifier and Type Method Description default MutableBooleanStackOrderedBooleanIterable. toStack()Converts the collection to a BooleanStack. -
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) -
Uses of MutableBooleanStack in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableBooleanStack Modifier and Type Method Description MutableBooleanStackImmutableBooleanArrayList. toStack()MutableBooleanStackImmutableBooleanEmptyList. toStack()MutableBooleanStackImmutableBooleanSingletonList. toStack() -
Uses of MutableBooleanStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableBooleanStack Modifier and Type Method Description MutableBooleanStackBooleanArrayList. toStack()MutableBooleanStackSynchronizedBooleanList. toStack()MutableBooleanStackUnmodifiableBooleanList. toStack() -
Uses of MutableBooleanStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableBooleanStack Modifier and Type Method Description MutableBooleanStackImmutableBooleanArrayStack. toStack()MutableBooleanStackImmutableBooleanEmptyStack. toStack()MutableBooleanStackImmutableBooleanSingletonStack. toStack() -
Uses of MutableBooleanStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableBooleanStack Modifier and Type Method Description MutableBooleanStackArrayStack. collectBoolean(BooleanFunction<? super T> booleanFunction)MutableBooleanStackSynchronizedStack. collectBoolean(BooleanFunction<? super T> booleanFunction)MutableBooleanStackUnmodifiableStack. collectBoolean(BooleanFunction<? super T> booleanFunction) -
Uses of MutableBooleanStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement MutableBooleanStack Modifier and Type Class Description classBooleanArrayStackBooleanArrayStack is similar toArrayStack, and is memory-optimized for boolean primitives.classSynchronizedBooleanStackA synchronized view of aMutableBooleanStack.classUnmodifiableBooleanStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableBooleanStack Modifier and Type Field Description private MutableBooleanStackSynchronizedBooleanStack. stackprivate MutableBooleanStackUnmodifiableBooleanStack. stackMethods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableBooleanStack Modifier and Type Method Description MutableBooleanStackBooleanArrayStack. asSynchronized()MutableBooleanStackSynchronizedBooleanStack. asSynchronized()MutableBooleanStackUnmodifiableBooleanStack. asSynchronized()MutableBooleanStackBooleanArrayStack. asUnmodifiable()MutableBooleanStackSynchronizedBooleanStack. asUnmodifiable()MutableBooleanStackUnmodifiableBooleanStack. asUnmodifiable()MutableBooleanStackMutableBooleanStackFactoryImpl. empty()MutableBooleanStackSynchronizedBooleanStack. newEmpty()MutableBooleanStackUnmodifiableBooleanStack. newEmpty()MutableBooleanStackMutableBooleanStackFactoryImpl. of()MutableBooleanStackMutableBooleanStackFactoryImpl. of(boolean... items)MutableBooleanStackMutableBooleanStackFactoryImpl. ofAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanStackMutableBooleanStackFactoryImpl. ofAll(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactoryImpl. ofAllReversed(BooleanIterable items)MutableBooleanStackBooleanArrayStack. reject(BooleanPredicate predicate)MutableBooleanStackSynchronizedBooleanStack. reject(BooleanPredicate predicate)MutableBooleanStackUnmodifiableBooleanStack. reject(BooleanPredicate predicate)MutableBooleanStackSynchronizedBooleanStack. rejectWithIndex(BooleanIntPredicate predicate)Returns a new MutableBooleanStack excluding all elements with corresponding indexes matching the specified predicate.MutableBooleanStackBooleanArrayStack. select(BooleanPredicate predicate)MutableBooleanStackSynchronizedBooleanStack. select(BooleanPredicate predicate)MutableBooleanStackUnmodifiableBooleanStack. select(BooleanPredicate predicate)MutableBooleanStackSynchronizedBooleanStack. selectWithIndex(BooleanIntPredicate predicate)Returns a new MutableBooleanStack including all elements with corresponding indexes matching the specified predicate.MutableBooleanStackBooleanArrayStack. toStack()MutableBooleanStackSynchronizedBooleanStack. toStack()MutableBooleanStackUnmodifiableBooleanStack. toStack()MutableBooleanStackMutableBooleanStackFactoryImpl. with()MutableBooleanStackMutableBooleanStackFactoryImpl. with(boolean... items)MutableBooleanStackMutableBooleanStackFactoryImpl. withAll(java.lang.Iterable<java.lang.Boolean> iterable)MutableBooleanStackMutableBooleanStackFactoryImpl. withAll(BooleanIterable items)MutableBooleanStackMutableBooleanStackFactoryImpl. withAllReversed(BooleanIterable items)Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableBooleanStack Constructor Description SynchronizedBooleanStack(MutableBooleanStack stack)SynchronizedBooleanStack(MutableBooleanStack stack, java.lang.Object newLock)UnmodifiableBooleanStack(MutableBooleanStack stack)
-