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