Uses of Class
org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStack
Packages that use DoubleArrayStack
Package
Description
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 DoubleArrayStackModifier and TypeMethodDescriptionDoubleArrayStack.newEmpty()
Creates a new empty DoubleArrayStack.static DoubleArrayStack
DoubleArrayStack.newStack
(DoubleIterable items) static DoubleArrayStack
DoubleArrayStack.newStackFromTopToBottom
(double... items) static DoubleArrayStack
DoubleArrayStack.newStackFromTopToBottom
(DoubleIterable items) static DoubleArrayStack
DoubleArrayStack.newStackWith
(double... items)