Uses of Interface
org.eclipse.collections.api.stack.primitive.MutableDoubleStack
-
Packages that use MutableDoubleStack Package Description org.eclipse.collections.api.factory.stack.primitive This package contains factory API for creating primitive stack instances.org.eclipse.collections.api.ordered.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.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stream -
-
Uses of MutableDoubleStack in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive that return MutableDoubleStack Modifier and Type Method Description MutableDoubleStackMutableDoubleStackFactory. empty()MutableDoubleStackMutableDoubleStackFactory. of()Same asMutableDoubleStackFactory.empty().MutableDoubleStackMutableDoubleStackFactory. of(double... items)MutableDoubleStackMutableDoubleStackFactory. ofAll(java.lang.Iterable<java.lang.Double> iterable)MutableDoubleStackMutableDoubleStackFactory. ofAll(java.util.stream.DoubleStream items)MutableDoubleStackMutableDoubleStackFactory. ofAll(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactory. ofAllReversed(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactory. with()Same asMutableDoubleStackFactory.empty().MutableDoubleStackMutableDoubleStackFactory. with(double... items)MutableDoubleStackMutableDoubleStackFactory. withAll(java.lang.Iterable<java.lang.Double> iterable)MutableDoubleStackMutableDoubleStackFactory. withAll(java.util.stream.DoubleStream items)MutableDoubleStackMutableDoubleStackFactory. withAll(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactory. withAllReversed(DoubleIterable items) -
Uses of MutableDoubleStack in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return MutableDoubleStack Modifier and Type Method Description default 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 MutableDoubleStack Modifier and Type Method Description MutableDoubleStackMutableStack. 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 MutableDoubleStack Modifier and Type Method Description MutableDoubleStackMutableDoubleStack. asSynchronized()MutableDoubleStackMutableDoubleStack. asUnmodifiable()default MutableDoubleStackMutableDoubleStack. newEmpty()Creates a new empty mutable version of the same stack type.MutableDoubleStackMutableDoubleStack. reject(DoublePredicate predicate)default MutableDoubleStackMutableDoubleStack. rejectWithIndex(DoubleIntPredicate predicate)Returns a new MutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.MutableDoubleStackMutableDoubleStack. 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 Modifier and Type Method Description MutableDoubleStackImmutableDoubleArrayList. toStack()MutableDoubleStackImmutableDoubleEmptyList. toStack()MutableDoubleStackImmutableDoubleSingletonList. toStack() -
Uses of MutableDoubleStack in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return MutableDoubleStack Modifier and Type Method Description MutableDoubleStackDoubleArrayList. toStack()MutableDoubleStackSynchronizedDoubleList. toStack()MutableDoubleStackUnmodifiableDoubleList. toStack() -
Uses of MutableDoubleStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableDoubleStack Modifier and Type Method Description MutableDoubleStackImmutableDoubleArrayStack. toStack()MutableDoubleStackImmutableDoubleEmptyStack. toStack()MutableDoubleStackImmutableDoubleSingletonStack. toStack() -
Uses of MutableDoubleStack in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableDoubleStack Modifier and Type Method Description MutableDoubleStackArrayStack. collectDouble(DoubleFunction<? super T> doubleFunction)MutableDoubleStackSynchronizedStack. collectDouble(DoubleFunction<? super T> doubleFunction)MutableDoubleStackUnmodifiableStack. 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 MutableDoubleStack Modifier and Type Class Description classDoubleArrayStackDoubleArrayStack is similar toArrayStack, and is memory-optimized for double primitives.classSynchronizedDoubleStackA synchronized view of aMutableDoubleStack.classUnmodifiableDoubleStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableDoubleStack Modifier and Type Field Description private MutableDoubleStackSynchronizedDoubleStack. stackprivate MutableDoubleStackUnmodifiableDoubleStack. stackMethods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableDoubleStack Modifier and Type Method Description MutableDoubleStackDoubleArrayStack. asSynchronized()MutableDoubleStackSynchronizedDoubleStack. asSynchronized()MutableDoubleStackUnmodifiableDoubleStack. asSynchronized()MutableDoubleStackDoubleArrayStack. asUnmodifiable()MutableDoubleStackSynchronizedDoubleStack. asUnmodifiable()MutableDoubleStackUnmodifiableDoubleStack. asUnmodifiable()MutableDoubleStackMutableDoubleStackFactoryImpl. empty()MutableDoubleStackSynchronizedDoubleStack. newEmpty()MutableDoubleStackUnmodifiableDoubleStack. newEmpty()MutableDoubleStackMutableDoubleStackFactoryImpl. of()MutableDoubleStackMutableDoubleStackFactoryImpl. of(double... items)MutableDoubleStackMutableDoubleStackFactoryImpl. ofAll(java.lang.Iterable<java.lang.Double> iterable)MutableDoubleStackMutableDoubleStackFactoryImpl. ofAll(java.util.stream.DoubleStream items)MutableDoubleStackMutableDoubleStackFactoryImpl. ofAll(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactoryImpl. ofAllReversed(DoubleIterable items)MutableDoubleStackDoubleArrayStack. reject(DoublePredicate predicate)MutableDoubleStackSynchronizedDoubleStack. reject(DoublePredicate predicate)MutableDoubleStackUnmodifiableDoubleStack. reject(DoublePredicate predicate)MutableDoubleStackSynchronizedDoubleStack. rejectWithIndex(DoubleIntPredicate predicate)Returns a new MutableDoubleStack excluding all elements with corresponding indexes matching the specified predicate.MutableDoubleStackDoubleArrayStack. select(DoublePredicate predicate)MutableDoubleStackSynchronizedDoubleStack. select(DoublePredicate predicate)MutableDoubleStackUnmodifiableDoubleStack. select(DoublePredicate predicate)MutableDoubleStackSynchronizedDoubleStack. selectWithIndex(DoubleIntPredicate predicate)Returns a new MutableDoubleStack including all elements with corresponding indexes matching the specified predicate.MutableDoubleStackDoubleArrayStack. toStack()MutableDoubleStackSynchronizedDoubleStack. toStack()MutableDoubleStackUnmodifiableDoubleStack. toStack()MutableDoubleStackMutableDoubleStackFactoryImpl. with()MutableDoubleStackMutableDoubleStackFactoryImpl. with(double... items)MutableDoubleStackMutableDoubleStackFactoryImpl. withAll(java.lang.Iterable<java.lang.Double> iterable)MutableDoubleStackMutableDoubleStackFactoryImpl. withAll(java.util.stream.DoubleStream items)MutableDoubleStackMutableDoubleStackFactoryImpl. withAll(DoubleIterable items)MutableDoubleStackMutableDoubleStackFactoryImpl. withAllReversed(DoubleIterable items)Constructors in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type MutableDoubleStack Constructor Description SynchronizedDoubleStack(MutableDoubleStack stack)SynchronizedDoubleStack(MutableDoubleStack stack, java.lang.Object newLock)UnmodifiableDoubleStack(MutableDoubleStack stack) -
Uses of MutableDoubleStack in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableDoubleStack Modifier and Type Method Description static MutableDoubleStackPrimitiveStreams. mDoubleStack(java.util.stream.DoubleStream stream)
-