|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jutil.java.collections.FifoList
FifoList is a class of objects that represent simple first-in first-out lists .
| Constructor Summary | |
FifoList()
public behavior post size() == 0; Initialize a new empty FifoList. |
|
| Method Summary | |
void |
clear()
See superclass/ |
boolean |
isEmpty()
See superclass. |
java.lang.Object |
pop()
See superclass. |
void |
push(java.lang.Object object)
See superclass. |
int |
size()
See superclass. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FifoList()
| Method Detail |
public void push(java.lang.Object object)
push in interface Fifoorg.jutil.java.collections.Fifoobject - The object to be put in the fifo.public java.lang.Object pop()
pop in interface Fifopublic void clear()
clear in interface Fifopublic int size()
size in interface Fifopublic boolean isEmpty()
isEmpty in interface Fifo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||