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.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
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 TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This 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 DoubleStack
DoubleStack.rejectWithIndex
(DoubleIntPredicate predicate) Returns a new DoubleStack excluding all elements with corresponding indexes matching the specified predicate.DoubleStack.select
(DoublePredicate predicate) default DoubleStack
DoubleStack.selectWithIndex
(DoubleIntPredicate predicate) Returns a new DoubleStack including all elements with corresponding indexes matching the specified predicate.default DoubleStack
DoubleStack.tap
(DoubleProcedure procedure) -
Uses of DoubleStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement DoubleStackModifier and TypeClassDescription(package private) final class
ImmutableDoubleArrayStack is the non-modifiable equivalent ofDoubleArrayStack
.(package private) final class
ImmutableDoubleEmptyStack is an optimization forImmutableDoubleStack
of size 0.(package private) final class
ImmutableDoubleSingletonStack is an optimization forImmutableDoubleStack
of size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as DoubleStackModifier and TypeFieldDescriptionprivate DoubleStack
ImmutableDoubleArrayStack.ImmutableDoubleStackSerializationProxy.stack
Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type DoubleStackModifierConstructorDescriptionprotected
-
Uses of DoubleStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement DoubleStackModifier and TypeClassDescriptionclass
DoubleArrayStack is similar toArrayStack
, and is memory-optimized for double primitives.class
A synchronized view of aMutableDoubleStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg. -
Uses of DoubleStack in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement DoubleStackModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg.