Class QStack

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

public class QStack extends ArrayList
See Also:
  • Constructor Details

    • QStack

      public QStack()
  • Method Details

    • push

      public Object push(Object var1)
    • pop

      public Object pop()
    • peek

      public Object peek()
    • empty

      public boolean empty()
    • lastElement

      public Object lastElement()