Uses of Interface
com.abstractkamen.datastructures.api.stacks.ImmutableStack
Packages that use ImmutableStack
Package
Description
-
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. -
Uses of ImmutableStack in com.abstractkamen.datastructures.impl.stacks
Classes in com.abstractkamen.datastructures.impl.stacks that implement ImmutableStackModifier and TypeClassDescriptionclass
This class is the non-empty implementation.Methods in com.abstractkamen.datastructures.impl.stacks that return ImmutableStack