org.systemsbiology.data
Class Queue
java.lang.Object
org.systemsbiology.data.Queue
- Direct Known Subclasses:
- ListQueue, PriorityQueue
- public abstract class Queue
- extends Object
Queue interface.
|
Constructor Summary |
Queue()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Queue
public Queue()
add
public abstract boolean add(Object pElement)
peekNext
public abstract Object peekNext()
getNext
public abstract Object getNext()