Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack
| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.stack.primitive | |
| org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| org.eclipse.collections.impl.stack.immutable.primitive |
This package contains implementations of the immutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stream |
-
Uses of ImmutableDoubleStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return ImmutableDoubleStack Modifier and Type Method Description ImmutableDoubleStackImmutableDoubleStackFactory. empty()ImmutableDoubleStackImmutableDoubleStackFactory. of()Same asImmutableDoubleStackFactory.empty().ImmutableDoubleStackImmutableDoubleStackFactory. of(double one)ImmutableDoubleStackImmutableDoubleStackFactory. of(double... items)ImmutableDoubleStackImmutableDoubleStackFactory. ofAll(Iterable<Double> iterable)ImmutableDoubleStackImmutableDoubleStackFactory. ofAll(DoubleStream items)ImmutableDoubleStackImmutableDoubleStackFactory. ofAll(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactory. ofAllReversed(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactory. with()Same asImmutableDoubleStackFactory.empty().ImmutableDoubleStackImmutableDoubleStackFactory. with(double one)ImmutableDoubleStackImmutableDoubleStackFactory. with(double... items)ImmutableDoubleStackImmutableDoubleStackFactory. withAll(Iterable<Double> iterable)ImmutableDoubleStackImmutableDoubleStackFactory. withAll(DoubleStream items)ImmutableDoubleStackImmutableDoubleStackFactory. withAll(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactory. withAllReversed(DoubleIterable items) -
Uses of ImmutableDoubleStack in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableDoubleStack Modifier and Type Method Description ImmutableDoubleStackImmutableStack. 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 ImmutableDoubleStack Modifier and Type Method Description ImmutableDoubleStackImmutableDoubleStack. pop()ImmutableDoubleStackImmutableDoubleStack. pop(int count)ImmutableDoubleStackImmutableDoubleStack. push(double item)ImmutableDoubleStackImmutableDoubleStack. reject(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleStack. select(DoublePredicate predicate)default ImmutableDoubleStackImmutableDoubleStack. tap(DoubleProcedure procedure)ImmutableDoubleStackDoubleStack. toImmutable() -
Uses of ImmutableDoubleStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableDoubleStack Modifier and Type Method Description ImmutableDoubleStackImmutableDoubleStackFactoryImpl. empty()ImmutableDoubleStackImmutableDoubleStackFactoryImpl. of()ImmutableDoubleStackImmutableDoubleStackFactoryImpl. of(double one)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. of(double... items)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. ofAll(Iterable<Double> iterable)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. ofAll(DoubleStream items)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. ofAll(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. ofAllReversed(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. with()ImmutableDoubleStackImmutableDoubleStackFactoryImpl. with(double one)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. with(double... items)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. withAll(Iterable<Double> iterable)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. withAll(DoubleStream items)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. withAll(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. 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 ImmutableDoubleStack Modifier and Type Method Description ImmutableDoubleStackDoubleArrayStack. toImmutable()ImmutableDoubleStackSynchronizedDoubleStack. toImmutable()ImmutableDoubleStackUnmodifiableDoubleStack. toImmutable() -
Uses of ImmutableDoubleStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableDoubleStack Modifier and Type Method Description static ImmutableDoubleStackPrimitiveStreams. iDoubleStack(DoubleStream stream)