Uses of Interface
org.eclipse.collections.api.stack.primitive.DoubleStack
-
Packages that use DoubleStack 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 DoubleStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return DoubleStack Modifier and Type Method Description DoubleStackStackIterable. collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of DoubleStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of DoubleStack in org.eclipse.collections.api.stack.primitive Modifier and Type Interface Description interfaceImmutableDoubleStackThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceMutableDoubleStackThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return DoubleStack Modifier and Type Method Description DoubleStackDoubleStack. reject(DoublePredicate predicate)default DoubleStackDoubleStack. rejectWithIndex(DoubleIntPredicate predicate)Returns a new DoubleStack excluding all elements with corresponding indexes matching the specified predicate.DoubleStackDoubleStack. select(DoublePredicate predicate)default DoubleStackDoubleStack. selectWithIndex(DoubleIntPredicate predicate)Returns a new DoubleStack including all elements with corresponding indexes matching the specified predicate.default DoubleStackDoubleStack. tap(DoubleProcedure procedure)
-