Serializable
, Cloneable
, Map<T,MutableInt>
public class FrequencySet<T> extends HashMap<T,MutableInt>
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
Constructor | Description |
---|---|
FrequencySet() |
Modifier and Type | Method | Description |
---|---|---|
void |
add(T key) |
|
int |
count(T key) |
equals, hashCode, toString
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 1992–2019 ANTLR. All rights reserved.