Class SimpleImmutableEntry<K,​V>

    • Constructor Detail

      • SimpleImmutableEntry

        public SimpleImmutableEntry​(Map.Entry<K,​V> me)
      • SimpleImmutableEntry

        public SimpleImmutableEntry​(K key,
                                    V value)
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • setValue

        public V setValue​(V arg0)
      • equals

        public boolean equals​(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()