public class CountingMap<K> extends AbstractMap<K,Long>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CountingMap() |
Modifier and Type | Method and Description |
---|---|
void |
add(K k,
Long n) |
Set<Map.Entry<K,Long>> |
entrySet() |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2011–2017. All rights reserved.