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, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
Copyright © 1992–2020 ANTLR. All rights reserved.