Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableShortStack
Packages that use MutableShortStack
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 MutableShortStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableShortStackModifier and TypeMethodDescriptionMutableShortStackFactory.empty()MutableShortStackFactory.of()Same asMutableShortStackFactory.empty().MutableShortStackFactory.of(short... items) MutableShortStackFactory.ofAll(ShortIterable items) MutableShortStackFactory.ofAllReversed(ShortIterable items) MutableShortStackFactory.with()Same asMutableShortStackFactory.empty().MutableShortStackFactory.with(short... items) MutableShortStackFactory.withAll(ShortIterable items) MutableShortStackFactory.withAllReversed(ShortIterable items) -
Uses of MutableShortStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableShortStackModifier and TypeMethodDescriptiondefault MutableShortStackOrderedShortIterable.toStack()Converts the collection to a ShortStack. -
Uses of MutableShortStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableShortStackModifier and TypeMethodDescriptionMutableStack.collectShort(ShortFunction<? super T> shortFunction) -
Uses of MutableShortStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableShortStackModifier and TypeMethodDescriptionMutableShortStack.asSynchronized()MutableShortStack.asUnmodifiable()default MutableShortStackMutableShortStack.newEmpty()Creates a new empty mutable version of the same stack type.MutableShortStack.reject(ShortPredicate predicate) default MutableShortStackMutableShortStack.rejectWithIndex(ShortIntPredicate predicate) Returns a new MutableShortStack excluding all elements with corresponding indexes matching the specified predicate.MutableShortStack.select(ShortPredicate predicate) default MutableShortStackMutableShortStack.selectWithIndex(ShortIntPredicate predicate) Returns a new MutableShortStack including all elements with corresponding indexes matching the specified predicate.default MutableShortStackMutableShortStack.tap(ShortProcedure procedure)