Class LogManager.ReadOnlyMapEntry<K,V>

java.lang.Object
org.jboss.logmanager.LogManager.ReadOnlyMapEntry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
LogManager

private static final class LogManager.ReadOnlyMapEntry<K,V> extends Object implements Map.Entry<K,V>
  • Field Details

    • key

      private final K key
    • value

      private final V value
  • Constructor Details

    • ReadOnlyMapEntry

      private ReadOnlyMapEntry(K key, V value)
  • Method Details