| Package | Description |
|---|---|
| org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
| Class and Description |
|---|
| ArrayStack
ArrayStack is a MutableStack which contains a FastList of data.
|
| SynchronizedStack
A synchronized view of a
MutableStack. |
| UnmodifiableStack |
Copyright © 2004–2016. All rights reserved.