public class DoubleAddingMap<K> extends HashMap<K,Double>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DoubleAddingMap() |
Modifier and Type | Method and Description |
---|---|
Double |
addPut(K key,
Double d)
adds the current value to the value of this key.
|
void |
addPutAll(Map<? extends K,? extends Double> map) |
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
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.