Primitive Stack is similar to MutableStack
that is memory-optimized for primitives.
Class | 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. |
SynchronizedBooleanStack |
A synchronized view of a
MutableBooleanStack . |
SynchronizedByteStack |
A synchronized view of a
MutableByteStack . |
SynchronizedCharStack |
A synchronized view of a
MutableCharStack . |
SynchronizedDoubleStack |
A synchronized view of a
MutableDoubleStack . |
SynchronizedFloatStack |
A synchronized view of a
MutableFloatStack . |
SynchronizedIntStack |
A synchronized view of a
MutableIntStack . |
SynchronizedLongStack |
A synchronized view of a
MutableLongStack . |
SynchronizedShortStack |
A synchronized view of a
MutableShortStack . |
UnmodifiableBooleanStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
UnmodifiableByteStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
UnmodifiableCharStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
UnmodifiableDoubleStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
UnmodifiableFloatStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
UnmodifiableIntStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
UnmodifiableLongStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
UnmodifiableShortStack |
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Enum | Description |
---|---|
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 . |
Copyright © 2004–2019. All rights reserved.