Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableDoubleStack
Packages that use MutableDoubleStack
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
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableDoubleStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableDoubleStackModifier and TypeMethodDescriptionMutableDoubleStackFactory.empty()
MutableDoubleStackFactory.of()
Same asMutableDoubleStackFactory.empty()
.MutableDoubleStackFactory.of
(double... items) MutableDoubleStackFactory.ofAll
(DoubleStream items) MutableDoubleStackFactory.ofAll
(DoubleIterable items) MutableDoubleStackFactory.ofAllReversed
(DoubleIterable items) MutableDoubleStackFactory.with()
Same asMutableDoubleStackFactory.empty()
.MutableDoubleStackFactory.with
(double... items) MutableDoubleStackFactory.withAll
(DoubleStream items) MutableDoubleStackFactory.withAll
(DoubleIterable items) MutableDoubleStackFactory.withAllReversed
(DoubleIterable items) -
Uses of MutableDoubleStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableDoubleStackModifier and TypeMethodDescriptionMutableStack.collectDouble
(DoubleFunction<? super T> doubleFunction) -
Uses of MutableDoubleStack in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive that return MutableDoubleStackModifier and TypeMethodDescriptionMutableDoubleStack.asSynchronized()
MutableDoubleStack.asUnmodifiable()
default MutableDoubleStack
MutableDoubleStack.newEmpty()
Creates a new empty mutable version of the same stack type.MutableDoubleStack.reject
(DoublePredicate predicate) default MutableDoubleStack
MutableDoubleStack.rejectWithIndex
(DoubleIntPredicate predicate) Returns a new MutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.MutableDoubleStack.select
(DoublePredicate predicate) default MutableDoubleStack
MutableDoubleStack.selectWithIndex
(DoubleIntPredicate predicate) Returns a new MutableDoubleStack including all elements with corresponding indexes matching the specified predicate.default MutableDoubleStack
MutableDoubleStack.tap
(DoubleProcedure procedure) -
Uses of MutableDoubleStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableDoubleStackModifier and TypeMethodDescriptionArrayStack.collectDouble
(DoubleFunction<? super T> doubleFunction) SynchronizedStack.collectDouble
(DoubleFunction<? super T> doubleFunction) UnmodifiableStack.collectDouble
(DoubleFunction<? super T> doubleFunction) -
Uses of MutableDoubleStack in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement MutableDoubleStackModifier 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.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableDoubleStackModifier and TypeFieldDescriptionprivate final MutableDoubleStack
SynchronizedDoubleStack.stack
private final MutableDoubleStack
UnmodifiableDoubleStack.stack
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableDoubleStackModifier and TypeMethodDescriptionDoubleArrayStack.asSynchronized()
SynchronizedDoubleStack.asSynchronized()
UnmodifiableDoubleStack.asSynchronized()
DoubleArrayStack.asUnmodifiable()
SynchronizedDoubleStack.asUnmodifiable()
UnmodifiableDoubleStack.asUnmodifiable()
MutableDoubleStackFactoryImpl.empty()
SynchronizedDoubleStack.newEmpty()
UnmodifiableDoubleStack.newEmpty()
MutableDoubleStackFactoryImpl.of()
MutableDoubleStackFactoryImpl.of
(double... items) MutableDoubleStackFactoryImpl.ofAll
(DoubleStream items) MutableDoubleStackFactoryImpl.ofAll
(DoubleIterable items) MutableDoubleStackFactoryImpl.ofAllReversed
(DoubleIterable items) DoubleArrayStack.reject
(DoublePredicate predicate) SynchronizedDoubleStack.reject
(DoublePredicate predicate) UnmodifiableDoubleStack.reject
(DoublePredicate predicate) SynchronizedDoubleStack.rejectWithIndex
(DoubleIntPredicate predicate) Returns a new MutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.DoubleArrayStack.select
(DoublePredicate predicate) SynchronizedDoubleStack.select
(DoublePredicate predicate) UnmodifiableDoubleStack.select
(DoublePredicate predicate) SynchronizedDoubleStack.selectWithIndex
(DoubleIntPredicate predicate) Returns a new MutableDoubleStack including all elements with corresponding indexes matching the specified predicate.MutableDoubleStackFactoryImpl.with()
MutableDoubleStackFactoryImpl.with
(double... items) MutableDoubleStackFactoryImpl.withAll
(DoubleStream items) MutableDoubleStackFactoryImpl.withAll
(DoubleIterable items) MutableDoubleStackFactoryImpl.withAllReversed
(DoubleIterable items) Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableDoubleStack -
Uses of MutableDoubleStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableDoubleStackModifier and TypeMethodDescriptionstatic MutableDoubleStack
PrimitiveStreams.mDoubleStack
(DoubleStream stream)