public class CircularFloatBuffer.FloatConsumer extends CircularBuffer.Consumer
| Constructor and Description |
|---|
FloatConsumer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearValue() |
float |
getFloatValue() |
protected java.lang.Float |
getValue() |
protected void |
grabValue(int index) |
float |
pollFloat() |
getAndClearReadValue, hasNext, isEmpty, lastIndexRead, poll, poll0, sizepublic float getFloatValue()
protected java.lang.Float getValue()
getValue in class CircularBuffer.Consumerpublic float pollFloat()
protected void grabValue(int index)
grabValue in class CircularBuffer.Consumerprotected void clearValue()
clearValue in class CircularBuffer.Consumer