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