Uses of Interface
com.abstractkamen.datastructures.api.stacks.ImmutableStack
Packages that use ImmutableStack
-
Uses of ImmutableStack in com.abstractkamen.datastructures.api.stacks
Methods in com.abstractkamen.datastructures.api.stacks that return ImmutableStackModifier and TypeMethodDescriptionImmutableStack.pop()
Returns the tail of the current stack.Creates a new stack out of the element and appends the previous stack to it.