Package | Description |
---|---|
info.monitorenter.util.collections |
Advanced collection classes for high performance dynamic charting
with small memory footprint.
|
Modifier and Type | Method and Description |
---|---|
T |
IRingBuffer.add(T element)
Adds element to the RingBuffer.
|
T |
IRingBuffer.getOldest()
Returns the oldest element from the buffer.
|
T |
RingBufferArrayFast.getOldest() |
T |
IRingBuffer.getYoungest()
Returns the last element added.
|
T |
RingBufferArrayFast.getYoungest() |
T |
IRingBuffer.remove()
Removes the oldest element from the buffer.
|
Copyright © 2018. All rights reserved.