Class FrameworkUtil.DictionaryAsMap.Entry

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Map.Entry<K,​V>
    Enclosing class:
    FrameworkUtil.DictionaryAsMap<K,​V>

    final class FrameworkUtil.DictionaryAsMap.Entry
    extends java.util.AbstractMap.SimpleEntry<K,​V>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(K key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V setValue​(V value)  
      • Methods inherited from class java.util.AbstractMap.SimpleEntry

        equals, getKey, getValue, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Entry

        Entry​(K key)
    • Method Detail

      • setValue

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