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