Uses of Interface
org.eclipse.collections.api.stack.primitive.IntStack
-
Packages that use IntStack Package Description org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of IntStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return IntStack Modifier and Type Method Description IntStackStackIterable. collectInt(IntFunction<? super T> intFunction) -
Uses of IntStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of IntStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableIntStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableIntStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return IntStack Modifier and Type Method Description IntStackIntStack. reject(IntPredicate predicate)default IntStackIntStack. rejectWithIndex(IntIntPredicate predicate)Returns a new IntStack excluding all elements with corresponding indexes matching the specified predicate.IntStackIntStack. select(IntPredicate predicate)default IntStackIntStack. selectWithIndex(IntIntPredicate predicate)Returns a new IntStack including all elements with corresponding indexes matching the specified predicate.default IntStackIntStack. tap(IntProcedure procedure)
-