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 |
|---|---|
Map<K,Double> |
asDoubleMap() |
Iterator<Value<V>> |
iterator() |
clear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 2017. All Rights Reserved.