public class CircularIntBuffer.IntConsumer extends CircularBuffer.Consumer
| Constructor and Description |
|---|
IntConsumer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearValue() |
int |
getIntValue() |
protected java.lang.Integer |
getValue() |
protected void |
grabValue(int index) |
int |
pollInt() |
getAndClearReadValue, hasNext, isEmpty, lastIndexRead, poll, poll0, sizepublic int getIntValue()
protected java.lang.Integer getValue()
getValue in class CircularBuffer.Consumerpublic int pollInt()
protected void grabValue(int index)
grabValue in class CircularBuffer.Consumerprotected void clearValue()
clearValue in class CircularBuffer.Consumer