Uses of Interface
org.apache.logging.log4j.util.IndexedReadOnlyStringMap
-
Packages that use IndexedReadOnlyStringMap Package Description org.apache.logging.log4j.core.filter Log4j 2 Filter support.org.apache.logging.log4j.message Public Message Types used for Log4j 2.org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
-
Uses of IndexedReadOnlyStringMap in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter that return IndexedReadOnlyStringMap Modifier and Type Method Description protected IndexedReadOnlyStringMap
MapFilter. getStringMap()
Returns the IndexedStringMap withList<String>
values that this MapFilter was constructed with. -
Uses of IndexedReadOnlyStringMap in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message that return IndexedReadOnlyStringMap Modifier and Type Method Description IndexedReadOnlyStringMap
MapMessage. getIndexedReadOnlyStringMap()
Returns a read-only view of the message data. -
Uses of IndexedReadOnlyStringMap in org.apache.logging.log4j.util
Subinterfaces of IndexedReadOnlyStringMap 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 IndexedReadOnlyStringMap Modifier and Type Class Description class
SortedArrayStringMap
Consider this class private. Array-based implementation of theReadOnlyStringMap
interface.
-