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.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
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 ImmutableShortStack
ImmutableShortStack.rejectWithIndex
(ShortIntPredicate predicate) Returns a new ImmutableShortStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableShortStack.select
(ShortPredicate predicate) default ImmutableShortStack
ImmutableShortStack.selectWithIndex
(ShortIntPredicate predicate) Returns a new ImmutableShortStack including all elements with corresponding indexes matching the specified predicate.default ImmutableShortStack
ImmutableShortStack.tap
(ShortProcedure procedure) ShortStack.toImmutable()
-
Uses of ImmutableShortStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableShortStackModifier and TypeMethodDescriptionImmutableShortStackFactoryImpl.empty()
ImmutableShortStackFactoryImpl.of()
ImmutableShortStackFactoryImpl.of
(short one) ImmutableShortStackFactoryImpl.of
(short... items) ImmutableShortStackFactoryImpl.ofAll
(ShortIterable items) ImmutableShortStackFactoryImpl.ofAllReversed
(ShortIterable items) ImmutableShortStackFactoryImpl.with()
ImmutableShortStackFactoryImpl.with
(short one) ImmutableShortStackFactoryImpl.with
(short... items) ImmutableShortStackFactoryImpl.withAll
(ShortIterable items) ImmutableShortStackFactoryImpl.withAllReversed
(ShortIterable items) -
Uses of ImmutableShortStack in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ImmutableShortStackModifier and TypeMethodDescriptionShortArrayStack.toImmutable()
SynchronizedShortStack.toImmutable()
UnmodifiableShortStack.toImmutable()