Uses of Interface
org.apache.logging.log4j.util.ReadOnlyStringMap
Packages that use ReadOnlyStringMap
Package
Description
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
Internal utility classes for the Log4j 2 API.
-
Uses of ReadOnlyStringMap in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement ReadOnlyStringMap -
Uses of ReadOnlyStringMap in org.apache.logging.log4j.util
Subinterfaces of ReadOnlyStringMap in org.apache.logging.log4j.utilModifier and TypeInterfaceDescriptioninterface
An extension ofReadOnlyStringMap
that imposes a total ordering on its keys.interface
An extension ofStringMap
that imposes a total ordering on its keys.interface
Exposes methods to add and remove key-value pairs to and fromReadOnlyStringMap
.Classes in org.apache.logging.log4j.util that implement ReadOnlyStringMapModifier and TypeClassDescriptionclass
Consider this class private. Array-based implementation of theReadOnlyStringMap
interface.Methods in org.apache.logging.log4j.util with parameters of type ReadOnlyStringMapModifier and TypeMethodDescriptionvoid
SortedArrayStringMap.putAll
(ReadOnlyStringMap source) void
StringMap.putAll
(ReadOnlyStringMap source) Copies all key-value pairs from the specifiedReadOnlyStringMap
into thisStringMap
.Constructors in org.apache.logging.log4j.util with parameters of type ReadOnlyStringMap