Uses of Interface
org.eclipse.collections.api.stack.primitive.DoubleStack
Packages that use DoubleStack
Package
Description
This package contains interfaces for stack API.
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 DoubleStackModifier and TypeMethodDescriptionStackIterable.collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of DoubleStack in org.eclipse.collections.api.stack.primitive
Subinterfaces of DoubleStack in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis file was automatically generated from template file mutablePrimitiveStack.stg.Methods in org.eclipse.collections.api.stack.primitive that return DoubleStackModifier and TypeMethodDescriptionDoubleStack.reject(DoublePredicate predicate) default DoubleStackDoubleStack.rejectWithIndex(DoubleIntPredicate predicate) Returns a new DoubleStack excluding all elements with corresponding indexes matching the specified predicate.DoubleStack.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)