Uses of Class
org.eclipse.collections.impl.stack.primitive.AbstractLongStack
-
Packages that use AbstractLongStack 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 AbstractLongStack in org.eclipse.collections.impl.stack.immutable.primitive
Subclasses of AbstractLongStack in org.eclipse.collections.impl.stack.immutable.primitive Modifier and Type Class Description (package private) classImmutableLongArrayStackImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack. -
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.
-