public class CountingMap<K> extends HashMap<K,Integer>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CountingMap() |
Modifier and Type | Method and Description |
---|---|
void |
display() |
long |
getTotalCount() |
Integer |
put(K arg0,
Integer arg1) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2007-2017 The Apache Software Foundation