public class CountingMap<K> extends com.metamx.common.guava.DefaultingHashMap<K,AtomicLong>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CountingMap() |
Modifier and Type | Method and Description |
---|---|
long |
add(K key,
long value) |
Map<K,Long> |
snapshot() |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
Copyright © 2011–2015. All rights reserved.