Package | Description |
---|---|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
Class and Description |
---|
BooleanArrayStack
BooleanArrayStack is similar to
ArrayStack , and is memory-optimized for boolean primitives. |
ByteArrayStack
ByteArrayStack is similar to
ArrayStack , and is memory-optimized for byte primitives. |
CharArrayStack
CharArrayStack is similar to
ArrayStack , and is memory-optimized for char primitives. |
DoubleArrayStack
DoubleArrayStack is similar to
ArrayStack , and is memory-optimized for double primitives. |
FloatArrayStack
FloatArrayStack is similar to
ArrayStack , and is memory-optimized for float primitives. |
IntArrayStack
IntArrayStack is similar to
ArrayStack , and is memory-optimized for int primitives. |
LongArrayStack
LongArrayStack is similar to
ArrayStack , and is memory-optimized for long primitives. |
ShortArrayStack
ShortArrayStack is similar to
ArrayStack , and is memory-optimized for short primitives. |
Copyright © 2004–2016. All rights reserved.