Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableIntStack
Packages that use MutableIntStack
Package
Description
This package contains factory API for creating primitive stack instances.
This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the
MutableStack interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableIntStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableIntStackModifier and TypeMethodDescriptionMutableIntStackFactory.empty()MutableIntStackFactory.of()Same asMutableIntStackFactory.empty().MutableIntStackFactory.of(int... items) Same asMutableIntStackFactory.with(int[]).MutableIntStackFactory.ofAll(IntIterable items) MutableIntStackFactory.ofAllReversed(IntIterable items) MutableIntStackFactory.with()Same asMutableIntStackFactory.empty().MutableIntStackFactory.with(int... items) MutableIntStackFactory.withAll(IntIterable items) MutableIntStackFactory.withAllReversed(IntIterable items) -
Uses of MutableIntStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableIntStackModifier and TypeMethodDescriptiondefault 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 -
Uses of MutableIntStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableIntStackModifier and TypeMethodDescriptionMutableIntStack.asSynchronized()MutableIntStack.asUnmodifiable()default MutableIntStackMutableIntStack.newEmpty()Creates a new empty mutable version of the same stack type.MutableIntStack.reject(IntPredicate predicate) default MutableIntStackMutableIntStack.rejectWithIndex(IntIntPredicate predicate) Returns a new MutableIntStack excluding all elements with corresponding indexes matching the specified predicate.MutableIntStack.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 -
Uses of MutableIntStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableIntStack -
Uses of MutableIntStack in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableIntStack -
Uses of MutableIntStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableIntStack -
Uses of MutableIntStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableIntStackModifier and TypeMethodDescriptionArrayStack.collectInt(IntFunction<? super T> intFunction) SynchronizedStack.collectInt(IntFunction<? super T> intFunction) UnmodifiableStack.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 MutableIntStackModifier and TypeClassDescriptionclassIntArrayStack is similar toArrayStack, and is memory-optimized for int primitives.classA synchronized view of aMutableIntStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableIntStackModifier and TypeFieldDescriptionprivate final MutableIntStackSynchronizedIntStack.stackprivate final MutableIntStackUnmodifiableIntStack.stackMethods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableIntStackModifier and TypeMethodDescriptionIntArrayStack.asSynchronized()SynchronizedIntStack.asSynchronized()UnmodifiableIntStack.asSynchronized()IntArrayStack.asUnmodifiable()SynchronizedIntStack.asUnmodifiable()UnmodifiableIntStack.asUnmodifiable()MutableIntStackFactoryImpl.empty()SynchronizedIntStack.newEmpty()UnmodifiableIntStack.newEmpty()MutableIntStackFactoryImpl.of()MutableIntStackFactoryImpl.of(int... items) MutableIntStackFactoryImpl.ofAll(IntIterable items) MutableIntStackFactoryImpl.ofAllReversed(IntIterable items) IntArrayStack.reject(IntPredicate predicate) SynchronizedIntStack.reject(IntPredicate predicate) UnmodifiableIntStack.reject(IntPredicate predicate) SynchronizedIntStack.rejectWithIndex(IntIntPredicate predicate) Returns a new MutableIntStack excluding all elements with corresponding indexes matching the specified predicate.IntArrayStack.select(IntPredicate predicate) SynchronizedIntStack.select(IntPredicate predicate) UnmodifiableIntStack.select(IntPredicate predicate) SynchronizedIntStack.selectWithIndex(IntIntPredicate predicate) Returns a new MutableIntStack including all elements with corresponding indexes matching the specified predicate.IntArrayStack.toStack()SynchronizedIntStack.toStack()UnmodifiableIntStack.toStack()MutableIntStackFactoryImpl.with()MutableIntStackFactoryImpl.with(int... items) MutableIntStackFactoryImpl.withAll(IntIterable items) MutableIntStackFactoryImpl.withAllReversed(IntIterable items) Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableIntStack -
Uses of MutableIntStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableIntStack -
Uses of MutableIntStack in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return MutableIntStack