|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.homeunix.thecave.moss.data.FIFOQueue<T>
public class FIFOQueue<T>
TODO: Implement the Queue interface
| Constructor Summary | |
|---|---|
FIFOQueue()
Creates a new FIFO Queue |
|
| Method Summary | |
|---|---|
void |
add(T arg0)
|
T |
remove()
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FIFOQueue()
| Method Detail |
|---|
public void add(T arg0)
arg0 - The object to add to the tail of the queuepublic T remove()
public int size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||