public class PropertiesMap<K,V> extends HashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PropertiesMap() |
PropertiesMap(int initialCapacity) |
PropertiesMap(int initialCapacity,
float loadFactor) |
PropertiesMap(Map<K,V> arg0) |
| Modifier and Type | Method and Description |
|---|---|
V |
put(K key,
V value) |
PropertiesMap |
with(K key,
V value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2006–2021 FDV Solutions. All rights reserved.