public class FrequencySet<T> extends java.util.HashMap<T,MutableInt>
| Constructor and Description |
|---|
FrequencySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T key) |
int |
count(T key) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values