public class FrequencySet<T> extends HashMap<T ,MutableInt >
AbstractMap.SimpleEntry <K,V>, AbstractMap.SimpleImmutableEntry <K,V> | Constructor and Description |
|---|
FrequencySet()
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(T key)
|
int |
count(T key)
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toString