|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FifoBuffer
| 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 |
|---|
java.lang.Object remove()
void add(java.lang.Object o)
o - the Object to addint size()
java.util.Collection getItems()
void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||