|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
add(java.lang.Object o)
Add an Object to the buffer |
void |
clear()
Clear all the objects from the buffer |
java.util.Collection |
getItems()
The buffer in the queue |
java.lang.Object |
remove()
Get the oldest object from the buffer |
int |
size()
The number of buffer in the queue |
| Method Detail |
public java.lang.Object remove()
public void add(java.lang.Object o)
o - the Object to addpublic int size()
public java.util.Collection getItems()
public void clear()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||