org.systemsbiology.data
Class ListQueue

java.lang.Object
  extended byorg.systemsbiology.data.Queue
      extended byorg.systemsbiology.data.ListQueue

public final class ListQueue
extends Queue


Constructor Summary
ListQueue()
           
 
Method Summary
 boolean add(Object pElement)
           
 Object getNext()
           
 Object peekNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListQueue

public ListQueue()
Method Detail

add

public boolean add(Object pElement)
Specified by:
add in class Queue

peekNext

public Object peekNext()
Specified by:
peekNext in class Queue

getNext

public Object getNext()
Specified by:
getNext in class Queue