Serializablepublic class ObjectCounter<K> extends Object implements Serializable
| Constructor | Description |
|---|---|
ObjectCounter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
clear() |
start over
|
int |
count(K h) |
|
int |
increment(K h) |
Add one.
|
Set<K> |
objects() |