Class parsing.Dequeue
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class parsing.Dequeue

java.lang.Object
   |
   +----java.util.Vector
           |
           +----parsing.Dequeue

public class Dequeue
extends Vector

Constructor Index

 o Dequeue()

Method Index

 o clear()
 o hpop()
 o hpush(Object)
 o ith(int)
 o length()
 o setith(Object, int)
 o settth(Object, int)
 o tpop()
 o tpush(Object)
 o tth(int)

Constructors

 o Dequeue
  public Dequeue()

Methods

 o clear
  public void clear()
 o length
  public int length()
 o tpush
  public void tpush(Object o) throws DequeueException
 o tpop
  public Object tpop() throws DequeueException
 o hpush
  public void hpush(Object o) throws DequeueException
 o hpop
  public Object hpop() throws DequeueException
 o ith
  public Object ith(int index) throws DequeueException
 o tth
  public Object tth(int index) throws DequeueException
 o setith
  public void setith(Object o,
                     int index) throws DequeueException
 o settth
  public void settth(Object o,
                     int index) throws DequeueException

All Packages  Class Hierarchy  This Package  Previous  Next  Index