Uses of Interface
com.abstractkamen.datastructures.api.stacks.ImmutableStack
Package
Description
-
Uses of ImmutableStack in com.abstractkamen.datastructures.api.stacks
Modifier 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. -
Uses of ImmutableStack in com.abstractkamen.datastructures.impl.stacks
Modifier and TypeClassDescriptionclass
This class is the non-empty implementation.