protected static class QueueTracker.BinCount
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
count
The count
|
Constructor and Description |
---|
BinCount()
Create
|
Modifier and Type | Method and Description |
---|---|
boolean |
decrement()
Decrement the counter, returning true if empty
|
QueueTracker.BinCount |
duplicate() |
int |
getValue()
Get the counter value
|
void |
increment()
Increment the counter
|
void |
setValue(int count)
Set the counter value
|
public QueueTracker.BinCount duplicate()
public void increment()
public boolean decrement()
public void setValue(int count)
public int getValue()