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, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic void add(K k, double n)
Copyright © 2016. All rights reserved.