Package | Description |
---|---|
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
<V> void |
JdkMapAdapterStringMap.forEach(BiConsumer<java.lang.String,? super V> action) |
Modifier and Type | Method and Description |
---|---|
<V> void |
DefaultThreadContextMap.forEach(BiConsumer<java.lang.String,? super V> action) |
Modifier and Type | Method and Description |
---|---|
<V> void |
SortedArrayStringMap.forEach(BiConsumer<java.lang.String,? super V> action) |
<V> void |
ReadOnlyStringMap.forEach(BiConsumer<java.lang.String,? super V> action)
Performs the given action for each key-value pair in this data structure
until all entries have been processed or the action throws an exception.
|