|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A standard Queue interface.
| Method Summary | |
Object |
dequeue()
Removes an object or blocks until one is present and then removes it. |
void |
enqueue(Object o)
Puts o at the end of the queue. |
boolean |
isEmpty()
Returns whether the queue is currently empty. |
int |
size()
Returns the number of items currently in the queue. |
| Method Detail |
public void enqueue(Object o)
public Object dequeue()
public boolean isEmpty()
public int size()
|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||