Uses of Class
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
Packages that use ImmutableDoubleArrayStack
Package
Description
This package contains implementations of the immutable primitive stack interfaces.
-
Uses of ImmutableDoubleArrayStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableDoubleArrayStackModifier and TypeMethodDescriptionstatic ImmutableDoubleArrayStackImmutableDoubleArrayStack.newStack(DoubleIterable iterable) static ImmutableDoubleArrayStackImmutableDoubleArrayStack.newStackFromTopToBottom(double... items) static ImmutableDoubleArrayStackImmutableDoubleArrayStack.newStackFromTopToBottom(DoubleIterable items) static ImmutableDoubleArrayStackImmutableDoubleArrayStack.newStackWith(double... elements)