JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description |
Related Packages |
Classes and Interfaces
SEARCH:
Package com.abstractkamen.datastructures.api.stacks
package
com.abstractkamen.datastructures.api.stacks
Interfaces
Class
Description
ImmutableStack
<T>
This stack is considered 'immutable' because no operations are performed in-place at any given element.