public class CircularLongBuffer.LongConsumer extends CircularBuffer.Consumer
| Constructor and Description |
|---|
LongConsumer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearValue() |
long |
getLongValue() |
protected java.lang.Long |
getValue() |
protected void |
grabValue(int index) |
long |
pollLong() |
getAndClearReadValue, hasNext, isEmpty, lastIndexRead, poll, poll0, sizepublic long getLongValue()
protected java.lang.Long getValue()
getValue in class CircularBuffer.Consumerpublic long pollLong()
protected void grabValue(int index)
grabValue in class CircularBuffer.Consumerprotected void clearValue()
clearValue in class CircularBuffer.Consumer