private static final class LogManager.ReadOnlyHashMap<K,V>
extends java.util.HashMap<K,V>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ReadOnlyHashMap(int size) |
Modifier and Type | Method and Description |
---|---|
private void |
add(K key,
V value) |
void |
clear() |
(package private) static <K,V> LogManager.ReadOnlyHashMap<K,V> |
of(java.util.List<LogManager.ReadOnlyMapEntry<K,V>> entries) |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> m) |
V |
remove(java.lang.Object key) |
java.util.Collection<V> |
values() |
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size
private static final long serialVersionUID
static <K,V> LogManager.ReadOnlyHashMap<K,V> of(java.util.List<LogManager.ReadOnlyMapEntry<K,V>> entries)
public V remove(java.lang.Object key)
public void clear()