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
.
Class | Description |
---|---|
ImmutableStackFactoryImpl |
Copyright © 2004–2019. All rights reserved.