public class CircularDoubleBuffer.DoubleConsumer extends CircularBuffer.Consumer
| Constructor and Description |
|---|
DoubleConsumer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearValue() |
double |
getDoubleValue() |
protected java.lang.Double |
getValue() |
protected void |
grabValue(int index) |
double |
pollDouble() |
getAndClearReadValue, hasNext, isEmpty, lastIndexRead, poll, poll0, sizepublic double getDoubleValue()
protected java.lang.Double getValue()
getValue in class CircularBuffer.Consumerpublic double pollDouble()
protected void grabValue(int index)
grabValue in class CircularBuffer.Consumerprotected void clearValue()
clearValue in class CircularBuffer.Consumer