joeq.Scheduler
Class jq_ThreadQueue

java.lang.Object
  extended by joeq.Scheduler.jq_ThreadQueue
Direct Known Subclasses:
jq_SynchThreadQueue

public class jq_ThreadQueue
extends Object


Constructor Summary
jq_ThreadQueue()
           
 
Method Summary
 jq_Thread dequeue()
           
 void enqueue(jq_Thread t)
           
 void enqueueFront(jq_Thread t)
           
 boolean isEmpty()
           
 int length()
           
 jq_Thread peek()
           
 boolean remove(jq_Thread t2)
           
 Iterator threads()
           
 String toString()
           
 void verifyLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

jq_ThreadQueue

public jq_ThreadQueue()
Method Detail

isEmpty

public boolean isEmpty()

enqueue

public void enqueue(jq_Thread t)

enqueueFront

public void enqueueFront(jq_Thread t)

dequeue

public jq_Thread dequeue()

peek

public jq_Thread peek()

length

public int length()

verifyLength

public void verifyLength()

remove

public boolean remove(jq_Thread t2)

threads

public Iterator threads()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2005 John Whaley. All Rights Reserved.