Package org.jboss.logmanager
Class LogManager.ReadOnlyMapEntry<K,V>
- java.lang.Object
-
- org.jboss.logmanager.LogManager.ReadOnlyMapEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- LogManager
private static final class LogManager.ReadOnlyMapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ReadOnlyMapEntry(K key, V value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
(package private) static <K,V>
LogManager.ReadOnlyMapEntry<K,V>of(K key, V value)
V
setValue(V value)
-
-
-
Method Detail
-
of
static <K,V> LogManager.ReadOnlyMapEntry<K,V> of(K key, V value)
-
-