See: Description
| Class | Description |
|---|---|
| ImmutableBooleanStackFactoryImpl |
ImmutableBooleanStackFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanStack. |
| ImmutableByteStackFactoryImpl |
ImmutableByteStackFactoryImpl is a factory implementation which creates instances of type
ImmutableByteStack. |
| ImmutableCharStackFactoryImpl |
ImmutableCharStackFactoryImpl is a factory implementation which creates instances of type
ImmutableCharStack. |
| ImmutableDoubleStackFactoryImpl |
ImmutableDoubleStackFactoryImpl is a factory implementation which creates instances of type
ImmutableDoubleStack. |
| ImmutableFloatStackFactoryImpl |
ImmutableFloatStackFactoryImpl is a factory implementation which creates instances of type
ImmutableFloatStack. |
| ImmutableIntStackFactoryImpl |
ImmutableIntStackFactoryImpl is a factory implementation which creates instances of type
ImmutableIntStack. |
| ImmutableLongStackFactoryImpl |
ImmutableLongStackFactoryImpl is a factory implementation which creates instances of type
ImmutableLongStack. |
| ImmutableShortStackFactoryImpl |
ImmutableShortStackFactoryImpl is a factory implementation which creates instances of type
ImmutableShortStack. |
An immutable primitive stack is similar to ImmutableStack but is memory-optimized for primitives.
Copyright © 2004–2017. All rights reserved.