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.
-
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)