Class AbstractMap.SimpleEntry<K,​V>

  • All Implemented Interfaces:
    java.util.Map.Entry<K,​V>
    Enclosing class:
    AbstractMap<K,​V>

    protected static class AbstractMap.SimpleEntry<K,​V>
    extends java.lang.Object
    implements java.util.Map.Entry<K,​V>
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • setValue

        public V setValue​(V value)
      • equals

        public boolean equals​(java.lang.Object o)
      • hashCode

        public int hashCode()
      • toString

        public java.lang.String toString()