ImmutableStack
interface.See: Description
Class | Description |
---|---|
ImmutableStackFactoryImpl |
ImmutableStack
interface.
ImmutableStack is the immutable equivalent of MutableStack.
This package contains 3 stack implementations:
ImmutableArrayStack
- an ImmutableStack backed by a FastList.
This package contains one factory implementation:
ImmutableStackFactoryImpl
- a factory which creates instances of type ImmutableStack
.
Copyright © 2004–2016. All rights reserved.