Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack
Packages that use ImmutableDoubleStack
Package
Description
This package contains factory API for creating primitive stack instances.
This package contains interfaces for stack API.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the
ImmutableStack
interface.This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ImmutableDoubleStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableDoubleStackModifier and TypeMethodDescriptionImmutableDoubleStackFactory.empty()
ImmutableDoubleStackFactory.of()
Same asImmutableDoubleStackFactory.empty()
.ImmutableDoubleStackFactory.of
(double one) ImmutableDoubleStackFactory.of
(double... items) ImmutableDoubleStackFactory.ofAll
(DoubleStream items) ImmutableDoubleStackFactory.ofAll
(DoubleIterable items) ImmutableDoubleStackFactory.ofAllReversed
(DoubleIterable items) ImmutableDoubleStackFactory.with()
Same asImmutableDoubleStackFactory.empty()
.ImmutableDoubleStackFactory.with
(double one) ImmutableDoubleStackFactory.with
(double... items) ImmutableDoubleStackFactory.withAll
(DoubleStream items) ImmutableDoubleStackFactory.withAll
(DoubleIterable items) ImmutableDoubleStackFactory.withAllReversed
(DoubleIterable items) -
Uses of ImmutableDoubleStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableDoubleStackModifier and TypeMethodDescriptionImmutableStack.collectDouble
(DoubleFunction<? super T> doubleFunction) -
Uses of ImmutableDoubleStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return ImmutableDoubleStackModifier and TypeMethodDescriptionImmutableDoubleStack.pop()
ImmutableDoubleStack.pop
(int count) ImmutableDoubleStack.push
(double item) ImmutableDoubleStack.reject
(DoublePredicate predicate) default ImmutableDoubleStack
ImmutableDoubleStack.rejectWithIndex
(DoubleIntPredicate predicate) Returns a new ImmutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableDoubleStack.select
(DoublePredicate predicate) default ImmutableDoubleStack
ImmutableDoubleStack.selectWithIndex
(DoubleIntPredicate predicate) Returns a new ImmutableDoubleStack including all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleStack
ImmutableDoubleStack.tap
(DoubleProcedure procedure) DoubleStack.toImmutable()
-
Uses of ImmutableDoubleStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return ImmutableDoubleStackModifier and TypeMethodDescriptionImmutableArrayStack.collectDouble
(DoubleFunction<? super T> doubleFunction) Deprecated.ImmutableEmptyStack.collectDouble
(DoubleFunction<? super T> doubleFunction) ImmutableNotEmptyStack.collectDouble
(DoubleFunction<? super T> function) -
Uses of ImmutableDoubleStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ImmutableDoubleStackModifier 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 ImmutableDoubleStackModifier and TypeFieldDescription(package private) static final ImmutableDoubleStack
ImmutableDoubleEmptyStack.INSTANCE
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableDoubleStackModifier and TypeMethodDescriptionImmutableDoubleStackFactoryImpl.empty()
ImmutableDoubleStackFactoryImpl.of()
ImmutableDoubleStackFactoryImpl.of
(double one) ImmutableDoubleStackFactoryImpl.of
(double... items) ImmutableDoubleStackFactoryImpl.ofAll
(DoubleStream items) ImmutableDoubleStackFactoryImpl.ofAll
(DoubleIterable items) ImmutableDoubleStackFactoryImpl.ofAllReversed
(DoubleIterable items) ImmutableDoubleArrayStack.pop()
ImmutableDoubleArrayStack.pop
(int count) ImmutableDoubleEmptyStack.pop()
ImmutableDoubleEmptyStack.pop
(int count) ImmutableDoubleSingletonStack.pop()
ImmutableDoubleSingletonStack.pop
(int count) ImmutableDoubleArrayStack.push
(double item) ImmutableDoubleEmptyStack.push
(double element) ImmutableDoubleSingletonStack.push
(double element) ImmutableDoubleArrayStack.reject
(DoublePredicate predicate) ImmutableDoubleEmptyStack.reject
(DoublePredicate predicate) ImmutableDoubleSingletonStack.reject
(DoublePredicate predicate) ImmutableDoubleArrayStack.select
(DoublePredicate predicate) ImmutableDoubleEmptyStack.select
(DoublePredicate predicate) ImmutableDoubleSingletonStack.select
(DoublePredicate predicate) ImmutableDoubleArrayStack.toImmutable()
ImmutableDoubleEmptyStack.toImmutable()
ImmutableDoubleSingletonStack.toImmutable()
ImmutableDoubleStackFactoryImpl.with()
ImmutableDoubleStackFactoryImpl.with
(double one) ImmutableDoubleStackFactoryImpl.with
(double... items) ImmutableDoubleStackFactoryImpl.withAll
(DoubleStream items) ImmutableDoubleStackFactoryImpl.withAll
(DoubleIterable items) ImmutableDoubleStackFactoryImpl.withAllReversed
(DoubleIterable items) -
Uses of ImmutableDoubleStack in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ImmutableDoubleStackModifier and TypeMethodDescriptionDoubleArrayStack.toImmutable()
SynchronizedDoubleStack.toImmutable()
UnmodifiableDoubleStack.toImmutable()
-
Uses of ImmutableDoubleStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableDoubleStackModifier and TypeMethodDescriptionstatic ImmutableDoubleStack
PrimitiveStreams.iDoubleStack
(DoubleStream stream)