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