Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableShortStack
Packages that use ImmutableShortStack
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 ImmutableShortStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableShortStackModifier and TypeMethodDescriptionImmutableShortStackFactory.empty()ImmutableShortStackFactory.of()Same asImmutableShortStackFactory.empty().ImmutableShortStackFactory.of(short one) ImmutableShortStackFactory.of(short... items) ImmutableShortStackFactory.ofAll(ShortIterable items) ImmutableShortStackFactory.ofAllReversed(ShortIterable items) ImmutableShortStackFactory.with()Same asImmutableShortStackFactory.empty().ImmutableShortStackFactory.with(short one) ImmutableShortStackFactory.with(short... items) ImmutableShortStackFactory.withAll(ShortIterable items) ImmutableShortStackFactory.withAllReversed(ShortIterable items) -
Uses of ImmutableShortStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableShortStackModifier and TypeMethodDescriptionImmutableStack.collectShort(ShortFunction<? super T> shortFunction) -
Uses of ImmutableShortStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableShortStackModifier and TypeMethodDescriptionImmutableShortStack.pop()ImmutableShortStack.pop(int count) ImmutableShortStack.push(short item) ImmutableShortStack.reject(ShortPredicate predicate) default ImmutableShortStackImmutableShortStack.rejectWithIndex(ShortIntPredicate predicate) Returns a new ImmutableShortStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableShortStack.select(ShortPredicate predicate) default ImmutableShortStackImmutableShortStack.selectWithIndex(ShortIntPredicate predicate) Returns a new ImmutableShortStack including all elements with corresponding indexes matching the specified predicate.default ImmutableShortStackImmutableShortStack.tap(ShortProcedure procedure) ShortStack.toImmutable()