private static final class LogManager.ReadOnlyMapEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
Modifier | Constructor and Description |
---|---|
private |
ReadOnlyMapEntry(K key,
V value) |
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
V |
getValue() |
(package private) static <K,V> LogManager.ReadOnlyMapEntry<K,V> |
of(K key,
V value) |
V |
setValue(V value) |
static <K,V> LogManager.ReadOnlyMapEntry<K,V> of(K key, V value)