Uses of Class
org.apache.logging.log4j.internal.map.UnmodifiableArrayBackedMap
Packages that use UnmodifiableArrayBackedMap
-
Uses of UnmodifiableArrayBackedMap in org.apache.logging.log4j.internal.map
Fields in org.apache.logging.log4j.internal.map declared as UnmodifiableArrayBackedMapModifier and TypeFieldDescriptionstatic final UnmodifiableArrayBackedMapUnmodifiableArrayBackedMap.EMPTY_MAPMethods in org.apache.logging.log4j.internal.map that return UnmodifiableArrayBackedMapModifier and TypeMethodDescriptionUnmodifiableArrayBackedMap.copyAndPut(String key, String value) Creates a new instance that contains the same entries as this map, plus either the new entry or updated value passed in the parameters.UnmodifiableArrayBackedMap.copyAndPutAll(Map<String, String> entriesToAdd) Creates a new instance that contains the same entries as this map, plus the new entries or updated values passed in the parameters.UnmodifiableArrayBackedMap.copyAndRemove(String key) Creates a new instance that contains the same entries as this map, minus the entry with the specified key (if such an entry exists).UnmodifiableArrayBackedMap.copyAndRemoveAll(Iterable<String> keysToRemoveIterable) Creates a new instance where the entries of provided keys are removed.static UnmodifiableArrayBackedMapConstructors in org.apache.logging.log4j.internal.map with parameters of type UnmodifiableArrayBackedMapModifierConstructorDescription(package private)