|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SeqQueue
Field Summary | |
SeqQueue.Element |
head
|
SeqQueue.Element |
tail
|
Constructor Summary | |
SeqQueue()
|
|
SeqQueue(SeqQueue copy)
|
Method Summary | |
java.lang.String |
Dequeue()
|
void |
Enqueue(java.lang.String data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public SeqQueue.Element head
public SeqQueue.Element tail
Constructor Detail |
public SeqQueue()
public SeqQueue(SeqQueue copy)
Method Detail |
public void Enqueue(java.lang.String data)
public java.lang.String Dequeue()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |