|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.launch.List
edu.iastate.metnet.launch.Queue
public class Queue
Class implementing the Queue structure
| Constructor Summary | |
|---|---|
Queue()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
dequeue()
|
void |
enqueue(java.lang.Object object)
|
| Methods inherited from class edu.iastate.metnet.launch.List |
|---|
insertAtBack, insertAtFront, isEmpty, print, removeFromBack, removeFromFront |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Queue()
| Method Detail |
|---|
public void enqueue(java.lang.Object object)
public java.lang.Object dequeue()
throws EmptyListException
EmptyListException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||