java.lang.Object
org.eclipse.collections.impl.stack.primitive.AbstractDoubleStack
org.eclipse.collections.impl.stack.mutable.primitive.DoubleArrayStack
All Implemented Interfaces:
Externalizable, Serializable, DoubleIterable, OrderedDoubleIterable, PrimitiveIterable, DoubleStack, MutableDoubleStack

public class DoubleArrayStack
extends AbstractDoubleStack
implements MutableDoubleStack, Externalizable
DoubleArrayStack is similar to ArrayStack, and is memory-optimized for double primitives. This file was automatically generated from template file primitiveArrayStack.stg.
See Also:
Serialized Form