Uses of Interface
org.apache.logging.log4j.util.StringMap
-
Packages that use StringMap Package Description org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
-
Uses of StringMap in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi that return StringMap Modifier and Type Method Description StringMapReadOnlyThreadContextMap. getReadOnlyContextData()Returns the context data for reading.StringMapThreadContextMap2. getReadOnlyContextData()Returns the context data for reading. -
Uses of StringMap in org.apache.logging.log4j.util
Subinterfaces of StringMap in org.apache.logging.log4j.util Modifier and Type Interface Description interfaceIndexedStringMapAn extension ofStringMapthat imposes a total ordering on its keys.Classes in org.apache.logging.log4j.util that implement StringMap Modifier and Type Class Description classSortedArrayStringMapConsider this class private. Array-based implementation of theReadOnlyStringMapinterface.
-