|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of the buffer.public interface ITimeSeriesPointsBuffer<T>
| Method Summary | |
|---|---|
boolean |
add(T o)
Add an Object to the tail of the Buffer. |
int |
getSize()
Returns the current size of the buffer. |
T |
remove()
Removes a Value from the buffer in FIFO order. |
| Method Detail |
|---|
boolean add(T o)
o - The Value to add
T remove()
int getSize()
|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||