private static class JavaNCSSCheck.Counter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
count
The counters internal integer.
|
Modifier | Constructor and Description |
---|---|
private |
Counter() |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the counters value.
|
void |
increment()
Increments the counter.
|