Uses of Class
org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStack
-
Packages that use DoubleArrayStack Package Description org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces. -
-
Uses of DoubleArrayStack in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return DoubleArrayStack Modifier and Type Method Description DoubleArrayStackDoubleArrayStack. newEmpty()Creates a new empty DoubleArrayStack.static DoubleArrayStackDoubleArrayStack. newStack(DoubleIterable items)static DoubleArrayStackDoubleArrayStack. newStackFromTopToBottom(double... items)static DoubleArrayStackDoubleArrayStack. newStackFromTopToBottom(DoubleIterable items)static DoubleArrayStackDoubleArrayStack. newStackWith(double... items)
-