Uses of Class
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableDoubleArrayStack
-
Packages that use ImmutableDoubleArrayStack Package Description org.eclipse.collections.impl.stack.immutable.primitive 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 ImmutableDoubleArrayStack Modifier and Type Method Description static ImmutableDoubleArrayStackImmutableDoubleArrayStack. newStack(DoubleIterable iterable)static ImmutableDoubleArrayStackImmutableDoubleArrayStack. newStackFromTopToBottom(double... items)static ImmutableDoubleArrayStackImmutableDoubleArrayStack. newStackFromTopToBottom(DoubleIterable items)static ImmutableDoubleArrayStackImmutableDoubleArrayStack. newStackWith(double... elements)
-