|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.matrix.lcd.simulator.Queue
public class Queue
| Constructor Summary | |
|---|---|
Queue()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object item)
Add with the specified item parameter. |
java.lang.Object |
remove()
Remove and return the Object result. |
int |
size()
Size and return the int result. |
| 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 add(java.lang.Object item)
item - The item (Object) parameter.public java.lang.Object remove()
Object) value.public int size()
int) value.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||