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.
-
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)