Uses of Interface
org.eclipse.collections.api.stack.primitive.IntStack
Package
Description
This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of IntStack in org.eclipse.collections.api.stack
-
Uses of IntStack in org.eclipse.collections.api.stack.primitive
Modifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg.Modifier and TypeMethodDescriptionIntStack.reject
(IntPredicate predicate) default IntStack
IntStack.rejectWithIndex
(IntIntPredicate predicate) Returns a new IntStack excluding all elements with corresponding indexes matching the specified predicate.IntStack.select
(IntPredicate predicate) default IntStack
IntStack.selectWithIndex
(IntIntPredicate predicate) Returns a new IntStack including all elements with corresponding indexes matching the specified predicate.default IntStack
IntStack.tap
(IntProcedure procedure) -
Uses of IntStack in org.eclipse.collections.impl.stack.mutable.primitive
Modifier and TypeClassDescriptionclass
IntArrayStack is similar toArrayStack
, and is memory-optimized for int primitives.class
A synchronized view of aMutableIntStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of IntStack in org.eclipse.collections.impl.stack.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg.