public class ValueMap<K,V extends Number> extends LinkedHashMap<K,Value<V>> implements Iterable<Value<V>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ValueMap() |
ValueMap(int initialCapacity) |
ValueMap(Map<K,Value<V>> map) |
| Modifier and Type | Method and Description |
|---|---|
protected Value<V> |
ensureValue(K key) |
protected ValueFactory<V> |
getValueFactory() |
Iterator<Value<V>> |
iterator() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeCopyright © 2020. All rights reserved.