Class 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>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private K key  
      private V value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ReadOnlyMapEntry​(K key, V value)  
    • Field Detail

      • key

        private final K key
      • value

        private final V value
    • Constructor Detail

      • ReadOnlyMapEntry

        private ReadOnlyMapEntry​(K key,
                                 V value)
    • Method Detail

      • getKey

        public K getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<K,​V>
      • getValue

        public V getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<K,​V>
      • setValue

        public V setValue​(V value)
        Specified by:
        setValue in interface java.util.Map.Entry<K,​V>