Uses of Class
org.eclipse.collections.impl.stack.primitive.AbstractLongStack
| Package | Description |
|---|---|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
-
Uses of AbstractLongStack in org.eclipse.collections.impl.stack.mutable.primitive
Subclasses of AbstractLongStack in org.eclipse.collections.impl.stack.mutable.primitive Modifier and Type Class Description classLongArrayStackLongArrayStack is similar toArrayStack, and is memory-optimized for long primitives.