Package org.as2lib.data.holder.stack

Class Summary
SimpleStack SimpleStack holds data in a 'last-in, first-out' manner.
StackStringifier StackStringifier stringifies instances of type Stack
TypedStack TypedStack is a wrapper for Stack instances that ensures that only values of a specific type can be added to the wrapped stack.