Class ImmutableEntry<K,​V>

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

    final class ImmutableEntry<K,​V>
    extends java.util.AbstractMap.SimpleImmutableEntry<K,​V>
    implements java.util.Map.Entry<K,​V>
    • Field Summary

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

      Constructors 
      Constructor Description
      ImmutableEntry​(K key, V value)  
    • Method Summary

      • Methods inherited from class java.util.AbstractMap.SimpleImmutableEntry

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

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map.Entry

        equals, getKey, getValue, hashCode, setValue
    • Constructor Detail

      • ImmutableEntry

        ImmutableEntry​(K key,
                       V value)