Uses of Class
org.eclipse.collections.impl.stack.primitive.AbstractDoubleStack
-
Packages that use AbstractDoubleStack Package Description org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces. -
-
Uses of AbstractDoubleStack in org.eclipse.collections.impl.stack.immutable.primitive
Subclasses of AbstractDoubleStack in org.eclipse.collections.impl.stack.immutable.primitive Modifier and Type Class Description (package private) classImmutableDoubleArrayStackImmutableDoubleArrayStack is the non-modifiable equivalent ofDoubleArrayStack. -
Uses of AbstractDoubleStack in org.eclipse.collections.impl.stack.mutable.primitive
Subclasses of AbstractDoubleStack in org.eclipse.collections.impl.stack.mutable.primitive Modifier and Type Class Description classDoubleArrayStackDoubleArrayStack is similar toArrayStack, and is memory-optimized for double primitives.
-