Uses of Interface
org.eclipse.collections.api.stack.primitive.ImmutableDoubleStack
-
Packages that use ImmutableDoubleStack Package Description org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.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 This package contains implementations of theImmutableStackinterface.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(java.lang.Iterable<java.lang.Double> iterable)ImmutableDoubleStackImmutableDoubleStackFactory. ofAll(java.util.stream.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(java.lang.Iterable<java.lang.Double> iterable)ImmutableDoubleStackImmutableDoubleStackFactory. withAll(java.util.stream.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)default ImmutableDoubleStackImmutableDoubleStack. rejectWithIndex(DoubleIntPredicate predicate)Returns a new ImmutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.ImmutableDoubleStackImmutableDoubleStack. 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)ImmutableDoubleStackDoubleStack. toImmutable() -
Uses of ImmutableDoubleStack in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable that return ImmutableDoubleStack Modifier and Type Method Description ImmutableDoubleStackImmutableArrayStack. collectDouble(DoubleFunction<? super T> doubleFunction)Deprecated.ImmutableDoubleStackImmutableEmptyStack. collectDouble(DoubleFunction<? super T> doubleFunction)ImmutableDoubleStackImmutableNotEmptyStack. collectDouble(DoubleFunction<? super T> function) -
Uses of ImmutableDoubleStack in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ImmutableDoubleStack Modifier and Type Class Description (package private) classImmutableDoubleArrayStackImmutableDoubleArrayStack is the non-modifiable equivalent ofDoubleArrayStack.(package private) classImmutableDoubleEmptyStackImmutableDoubleEmptyStack is an optimization forImmutableDoubleStackof size 0.(package private) classImmutableDoubleSingletonStackImmutableDoubleSingletonStack is an optimization forImmutableDoubleStackof size 1.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ImmutableDoubleStack Modifier and Type Field Description (package private) static ImmutableDoubleStackImmutableDoubleEmptyStack. INSTANCEMethods 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(java.lang.Iterable<java.lang.Double> iterable)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. ofAll(java.util.stream.DoubleStream items)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. ofAll(DoubleIterable items)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. ofAllReversed(DoubleIterable items)ImmutableDoubleStackImmutableDoubleArrayStack. pop()ImmutableDoubleStackImmutableDoubleArrayStack. pop(int count)ImmutableDoubleStackImmutableDoubleEmptyStack. pop()ImmutableDoubleStackImmutableDoubleEmptyStack. pop(int count)ImmutableDoubleStackImmutableDoubleSingletonStack. pop()ImmutableDoubleStackImmutableDoubleSingletonStack. pop(int count)ImmutableDoubleStackImmutableDoubleArrayStack. push(double item)ImmutableDoubleStackImmutableDoubleEmptyStack. push(double element)ImmutableDoubleStackImmutableDoubleSingletonStack. push(double element)ImmutableDoubleStackImmutableDoubleArrayStack. reject(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleEmptyStack. reject(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleSingletonStack. reject(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleArrayStack. select(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleEmptyStack. select(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleSingletonStack. select(DoublePredicate predicate)ImmutableDoubleStackImmutableDoubleArrayStack. toImmutable()ImmutableDoubleStackImmutableDoubleEmptyStack. toImmutable()ImmutableDoubleStackImmutableDoubleSingletonStack. toImmutable()ImmutableDoubleStackImmutableDoubleStackFactoryImpl. with()ImmutableDoubleStackImmutableDoubleStackFactoryImpl. with(double one)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. with(double... items)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. withAll(java.lang.Iterable<java.lang.Double> iterable)ImmutableDoubleStackImmutableDoubleStackFactoryImpl. withAll(java.util.stream.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(java.util.stream.DoubleStream stream)
-