its.util
Class Queue

java.lang.Object
  extended byits.util.Queue

public class Queue
extends java.lang.Object


Constructor Summary
Queue()
           
 
Method Summary
 void add(java.lang.Object o)
           
 java.lang.Object head()
           
 boolean isEmpty()
           
 int length()
           
 java.lang.Object remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Queue

public Queue()
Method Detail

length

public int length()

isEmpty

public boolean isEmpty()

add

public void add(java.lang.Object o)

remove

public java.lang.Object remove()
                        throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

head

public java.lang.Object head()
                      throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException