class ThreadPool.ConditionVariable extends Object
Modifier and Type | Field and Description |
---|---|
private int |
value
The int that is associated with this object.
|
Constructor and Description |
---|
ConditionVariable()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the value.
|
void |
increment()
It increments the value by 1.
|