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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive stack interfaces.
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.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableDoubleStackModifier and TypeMethodDescriptiondefault MutableDoubleStackOrderedDoubleIterable.toStack()Converts the collection to a DoubleStack. -
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 MutableDoubleStackMutableDoubleStack.newEmpty()Creates a new empty mutable version of the same stack type.MutableDoubleStack.reject(DoublePredicate predicate) default MutableDoubleStackMutableDoubleStack.rejectWithIndex(DoubleIntPredicate predicate) Returns a new MutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.MutableDoubleStack.select(DoublePredicate predicate) default MutableDoubleStackMutableDoubleStack.selectWithIndex(DoubleIntPredicate predicate) Returns a new MutableDoubleStack including all elements with corresponding indexes matching the specified predicate.default MutableDoubleStackMutableDoubleStack.tap(DoubleProcedure procedure) -
Uses of MutableDoubleStack in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableDoubleStack -
Uses of MutableDoubleStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableDoubleStack -
Uses of MutableDoubleStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableDoubleStack -
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 TypeClassDescriptionclassDoubleArrayStack is similar toArrayStack, and is memory-optimized for double primitives.classA synchronized view of aMutableDoubleStack.classThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableDoubleStackModifier and TypeFieldDescriptionprivate final MutableDoubleStackSynchronizedDoubleStack.stackprivate final MutableDoubleStackUnmodifiableDoubleStack.stackMethods 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.DoubleArrayStack.toStack()SynchronizedDoubleStack.toStack()UnmodifiableDoubleStack.toStack()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 MutableDoubleStackPrimitiveStreams.mDoubleStack(DoubleStream stream)