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