See: Description
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.
|
Primitive Stack is similar to MutableStack
that is memory-optimized for primitives.
Copyright © 2004–2016. All rights reserved.