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 StringMap
ReadOnlyThreadContextMap. getReadOnlyContextData()
Returns the context data for reading.StringMap
ThreadContextMap2. 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 interface
IndexedStringMap
An extension ofStringMap
that imposes a total ordering on its keys.Classes in org.apache.logging.log4j.util that implement StringMap Modifier and Type Class Description class
SortedArrayStringMap
Consider this class private. Array-based implementation of theReadOnlyStringMap
interface.
-