Package org.eclipse.collections.api.stack
package org.eclipse.collections.api.stack
This package contains interfaces for stack API.
A stack is a last-in-first-out data structure.
This package contains 3 interfaces:
-
MutableStack
- a mutable stack API. -
ImmutableStack
- the non-modifiable equivalent interface toMutableStack
. -
StackIterable
- a read-only stack API.