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 DoubleArrayStackDoubleArrayStack.newStack(DoubleIterable items) static DoubleArrayStackDoubleArrayStack.newStackFromTopToBottom(double... items) static DoubleArrayStackDoubleArrayStack.newStackFromTopToBottom(DoubleIterable items) static DoubleArrayStackDoubleArrayStack.newStackWith(double... items)