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 AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidvoidclear()(package private) static <K,V> LogManager.ReadOnlyHashMap <K, V> of(List<LogManager.ReadOnlyMapEntry<K, V>> entries) voidvalues()Methods inherited from class HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, putIfAbsent, remove, replace, replace, replaceAll, sizeMethods inherited from class 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
-
values
-