|
|||||||||
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 Fifo
org.jutil.java.collections.Fifo
object
- The object to be put in the fifo.public java.lang.Object pop()
pop
in interface Fifo
public void clear()
clear
in interface Fifo
public int size()
size
in interface Fifo
public boolean isEmpty()
isEmpty
in interface Fifo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |