Class FastStack

All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess

public class FastStack extends ArrayList
See Also:
  • Constructor Details

    • FastStack

      public FastStack()
  • Method Details

    • push

      public void push(Object o)
    • pop

      public Object pop()
    • empty

      public boolean empty()
    • peek

      public Object peek()