Stack

public class Stack<T>

Implements a stack - helper class that uses an array internally.