public class CounterMap<A> extends HashMap<A,Long>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CounterMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
incr(A a,
long amount) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void incr(A a, long amount)
Copyright © 2012–2016. All rights reserved.