Interface MapEntry<K,​V>


  • public interface MapEntry<K,​V>
    • Method Detail

      • getKey

        K getKey()
      • getValue

        V getValue()
      • setKey

        void setKey​(K key)
      • setValue

        void setValue​(V value)