Uses of Interface
org.eclipse.collections.api.stack.primitive.ShortStack
Packages that use ShortStack
Package
Description
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 ShortStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ShortStackModifier and TypeMethodDescriptionStackIterable.collectShort
(ShortFunction<? super T> shortFunction) -
Uses of ShortStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of ShortStack in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return ShortStackModifier and TypeMethodDescriptionShortStack.reject
(ShortPredicate predicate) default ShortStack
ShortStack.rejectWithIndex
(ShortIntPredicate predicate) Returns a new ShortStack excluding all elements with corresponding indexes matching the specified predicate.ShortStack.select
(ShortPredicate predicate) default ShortStack
ShortStack.selectWithIndex
(ShortIntPredicate predicate) Returns a new ShortStack including all elements with corresponding indexes matching the specified predicate.default ShortStack
ShortStack.tap
(ShortProcedure procedure) -
Uses of ShortStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ShortStackModifier and TypeClassDescription(package private) final class
ImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack
.(package private) final class
ImmutableShortEmptyStack is an optimization forImmutableShortStack
of size 0.(package private) final class
ImmutableShortSingletonStack is an optimization forImmutableShortStack
of size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ShortStackModifier and TypeFieldDescriptionprivate ShortStack
ImmutableShortArrayStack.ImmutableShortStackSerializationProxy.stack
Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ShortStack -
Uses of ShortStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement ShortStackModifier and TypeClassDescriptionclass
ShortArrayStack is similar toArrayStack
, and is memory-optimized for short primitives.class
A synchronized view of aMutableShortStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of ShortStack in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement ShortStackModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg.