Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableIntStack
-
Packages that use MutableIntStack 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.list.primitive This package contains implementations of the 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.org.eclipse.collections.impl.stream org.eclipse.collections.impl.string.immutable -
-
Uses of MutableIntStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableIntStack Modifier and Type Method Description MutableIntStackMutableIntStackFactory. empty()MutableIntStackMutableIntStackFactory. of()Same asMutableIntStackFactory.empty().MutableIntStackMutableIntStackFactory. of(int... items)Same asMutableIntStackFactory.with(int[]).MutableIntStackMutableIntStackFactory. ofAll(java.lang.Iterable<java.lang.Integer> iterable)MutableIntStackMutableIntStackFactory. ofAll(java.util.stream.IntStream items)MutableIntStackMutableIntStackFactory. ofAll(IntIterable items)MutableIntStackMutableIntStackFactory. ofAllReversed(IntIterable items)MutableIntStackMutableIntStackFactory. with()Same asMutableIntStackFactory.empty().MutableIntStackMutableIntStackFactory. with(int... items)MutableIntStackMutableIntStackFactory. withAll(java.lang.Iterable<java.lang.Integer> iterable)MutableIntStackMutableIntStackFactory. withAll(java.util.stream.IntStream items)MutableIntStackMutableIntStackFactory. withAll(IntIterable items)MutableIntStackMutableIntStackFactory. withAllReversed(IntIterable items) -
Uses of MutableIntStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableIntStack Modifier and Type Method Description default MutableIntStackOrderedIntIterable. toStack()Converts the collection to a IntStack. -
Uses of MutableIntStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableIntStack Modifier and Type Method Description MutableIntStackMutableStack. collectInt(IntFunction<? super T> intFunction) -
Uses of MutableIntStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableIntStack Modifier and Type Method Description MutableIntStackMutableIntStack. asSynchronized()MutableIntStackMutableIntStack. asUnmodifiable()default MutableIntStackMutableIntStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableIntStackMutableIntStack. reject(IntPredicate predicate)default MutableIntStackMutableIntStack. rejectWithIndex(IntIntPredicate predicate)Returns a new MutableIntStack excluding all elements with corresponding indexes matching the specified predicate.MutableIntStackMutableIntStack. select(IntPredicate predicate)default MutableIntStackMutableIntStack. selectWithIndex(IntIntPredicate predicate)Returns a new MutableIntStack including all elements with corresponding indexes matching the specified predicate.default MutableIntStackMutableIntStack. tap(IntProcedure procedure) -
Uses of MutableIntStack in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableIntStack Modifier and Type Method Description MutableIntStackImmutableIntArrayList. toStack()MutableIntStackImmutableIntEmptyList. toStack()MutableIntStackImmutableIntSingletonList. toStack() -
Uses of MutableIntStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableIntStack Modifier and Type Method Description MutableIntStackIntArrayList. toStack()MutableIntStackSynchronizedIntList. toStack()MutableIntStackUnmodifiableIntList. toStack() -
Uses of MutableIntStack in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableIntStack Modifier and Type Method Description MutableIntStackIntInterval. toStack() -
Uses of MutableIntStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableIntStack Modifier and Type Method Description MutableIntStackImmutableIntArrayStack. toStack()MutableIntStackImmutableIntEmptyStack. toStack()MutableIntStackImmutableIntSingletonStack. toStack() -
Uses of MutableIntStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableIntStack Modifier and Type Method Description MutableIntStackArrayStack. collectInt(IntFunction<? super T> intFunction)MutableIntStackSynchronizedStack. collectInt(IntFunction<? super T> intFunction)MutableIntStackUnmodifiableStack. collectInt(IntFunction<? super T> intFunction) -
Uses of MutableIntStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement MutableIntStack Modifier and Type Class Description classIntArrayStackIntArrayStack is similar toArrayStack, and is memory-optimized for int primitives.classSynchronizedIntStackA synchronized view of aMutableIntStack.classUnmodifiableIntStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableIntStack Modifier and Type Field Description private MutableIntStackSynchronizedIntStack. stackprivate MutableIntStackUnmodifiableIntStack. stackMethods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableIntStack Modifier and Type Method Description MutableIntStackIntArrayStack. asSynchronized()MutableIntStackSynchronizedIntStack. asSynchronized()MutableIntStackUnmodifiableIntStack. asSynchronized()MutableIntStackIntArrayStack. asUnmodifiable()MutableIntStackSynchronizedIntStack. asUnmodifiable()MutableIntStackUnmodifiableIntStack. asUnmodifiable()MutableIntStackMutableIntStackFactoryImpl. empty()MutableIntStackSynchronizedIntStack. newEmpty()MutableIntStackUnmodifiableIntStack. newEmpty()MutableIntStackMutableIntStackFactoryImpl. of()MutableIntStackMutableIntStackFactoryImpl. of(int... items)MutableIntStackMutableIntStackFactoryImpl. ofAll(java.lang.Iterable<java.lang.Integer> iterable)MutableIntStackMutableIntStackFactoryImpl. ofAll(java.util.stream.IntStream items)MutableIntStackMutableIntStackFactoryImpl. ofAll(IntIterable items)MutableIntStackMutableIntStackFactoryImpl. ofAllReversed(IntIterable items)MutableIntStackIntArrayStack. reject(IntPredicate predicate)MutableIntStackSynchronizedIntStack. reject(IntPredicate predicate)MutableIntStackUnmodifiableIntStack. reject(IntPredicate predicate)MutableIntStackSynchronizedIntStack. rejectWithIndex(IntIntPredicate predicate)Returns a new MutableIntStack excluding all elements with corresponding indexes matching the specified predicate.MutableIntStackIntArrayStack. select(IntPredicate predicate)MutableIntStackSynchronizedIntStack. select(IntPredicate predicate)MutableIntStackUnmodifiableIntStack. select(IntPredicate predicate)MutableIntStackSynchronizedIntStack. selectWithIndex(IntIntPredicate predicate)Returns a new MutableIntStack including all elements with corresponding indexes matching the specified predicate.MutableIntStackIntArrayStack. toStack()MutableIntStackSynchronizedIntStack. toStack()MutableIntStackUnmodifiableIntStack. toStack()MutableIntStackMutableIntStackFactoryImpl. with()MutableIntStackMutableIntStackFactoryImpl. with(int... items)MutableIntStackMutableIntStackFactoryImpl. withAll(java.lang.Iterable<java.lang.Integer> iterable)MutableIntStackMutableIntStackFactoryImpl. withAll(java.util.stream.IntStream items)MutableIntStackMutableIntStackFactoryImpl. withAll(IntIterable items)MutableIntStackMutableIntStackFactoryImpl. withAllReversed(IntIterable items)Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableIntStack Constructor Description SynchronizedIntStack(MutableIntStack stack)SynchronizedIntStack(MutableIntStack stack, java.lang.Object newLock)UnmodifiableIntStack(MutableIntStack stack) -
Uses of MutableIntStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableIntStack Modifier and Type Method Description static MutableIntStackPrimitiveStreams. mIntStack(java.util.stream.IntStream stream) -
Uses of MutableIntStack in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return MutableIntStack Modifier and Type Method Description MutableIntStackCodePointAdapter. toStack()MutableIntStackCodePointList. toStack()
-