Package org.jboss.logmanager
Class LogManager.ReadOnlyHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
org.jboss.logmanager.LogManager.ReadOnlyHashMap<K,V>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<K,
V>
- Enclosing class:
LogManager
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
void
clear()
(package private) static <K,
V> LogManager.ReadOnlyHashMap <K, V> of
(List<LogManager.ReadOnlyMapEntry<K, V>> entries) void
values()
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, putIfAbsent, remove, replace, replace, replaceAll, size
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ReadOnlyHashMap
ReadOnlyHashMap(int size)
-
-
Method Details
-
of
-
add
-
put
-
putAll
-
remove
-
clear
public void clear() -
values
-