|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsims.mdt.nd.Fifo
public class Fifo
Constructor Summary | |
---|---|
Fifo()
|
|
Fifo(MConfig c)
|
Method Summary | |
---|---|
void |
add(MConfig c)
Add an element at the bottom of the FIFO |
MConfig |
getFirst()
|
int |
getSize()
|
boolean |
isEmpty()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fifo()
public Fifo(MConfig c)
Method Detail |
---|
public void add(MConfig c)
c
- the MConfig to add to the FIFO.public boolean isEmpty()
public MConfig getFirst()
public int getSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |