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 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 ImmutableDoubleStackImmutableDoubleStack.rejectWithIndex(DoubleIntPredicate predicate) Returns a new ImmutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableDoubleStack.select(DoublePredicate predicate) default ImmutableDoubleStackImmutableDoubleStack.selectWithIndex(DoubleIntPredicate predicate) Returns a new ImmutableDoubleStack including all elements with corresponding indexes matching the specified predicate.default ImmutableDoubleStackImmutableDoubleStack.tap(DoubleProcedure procedure) DoubleStack.toImmutable() -
Uses of ImmutableDoubleStack in org.eclipse.collections.impl.stack.immutable.primitive
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) 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 ImmutableDoubleStackPrimitiveStreams.iDoubleStack(DoubleStream stream)