public static class CountLogger.Counter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
count |
long |
lastCount |
java.lang.String |
name |
Constructor and Description |
---|
Counter(java.lang.String name) |
Counter(java.lang.String name,
long count) |
Modifier and Type | Method and Description |
---|---|
void |
add()
Increment by 1
|
void |
add(long addend)
Increment by an arbitrary number
|
long |
getCount() |