Uses of Interface
org.eclipse.collections.api.stack.primitive.ShortStack
-
Packages that use ShortStack 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 ShortStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ShortStack Modifier and Type Method Description ShortStackStackIterable. collectShort(ShortFunction<? super T> shortFunction) -
Uses of ShortStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of ShortStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableShortStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableShortStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return ShortStack Modifier and Type Method Description ShortStackShortStack. reject(ShortPredicate predicate)default ShortStackShortStack. rejectWithIndex(ShortIntPredicate predicate)Returns a new ShortStack excluding all elements with corresponding indexes matching the specified predicate.ShortStackShortStack. select(ShortPredicate predicate)default ShortStackShortStack. selectWithIndex(ShortIntPredicate predicate)Returns a new ShortStack including all elements with corresponding indexes matching the specified predicate.default ShortStackShortStack. tap(ShortProcedure procedure)
-