| 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. |
| MutableBooleanStackFactoryImpl
MutableBooleanStackFactoryImpl is a factory implementation which creates instances of type
MutableBooleanStack. |
| MutableByteStackFactoryImpl
MutableByteStackFactoryImpl is a factory implementation which creates instances of type
MutableByteStack. |
| MutableCharStackFactoryImpl
MutableCharStackFactoryImpl is a factory implementation which creates instances of type
MutableCharStack. |
| MutableDoubleStackFactoryImpl
MutableDoubleStackFactoryImpl is a factory implementation which creates instances of type
MutableDoubleStack. |
| MutableFloatStackFactoryImpl
MutableFloatStackFactoryImpl is a factory implementation which creates instances of type
MutableFloatStack. |
| MutableIntStackFactoryImpl
MutableIntStackFactoryImpl is a factory implementation which creates instances of type
MutableIntStack. |
| MutableLongStackFactoryImpl
MutableLongStackFactoryImpl is a factory implementation which creates instances of type
MutableLongStack. |
| MutableShortStackFactoryImpl
MutableShortStackFactoryImpl is a factory implementation which creates instances of type
MutableShortStack. |
| ShortArrayStack
ShortArrayStack is similar to
ArrayStack, and is memory-optimized for short primitives. |
Copyright © 2004–2021. All rights reserved.