public class CountingMap<K> extends AbstractMap<K,Long>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Map.Entry<K,V>
CountingMap()
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
public CountingMap()
public void add(K k, Long n)
public Set<Map.Entry<K,Long>> entrySet()
entrySet
Map<K,Long>
AbstractMap<K,Long>
Copyright © 2016. All rights reserved.