public interface MapEntry<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    void
    setKey(K key)
     
    void
    setValue(V value)
     
  • Method Details

    • getKey

      K getKey()
    • getValue

      V getValue()
    • setKey

      void setKey(K key)
    • setValue

      void setValue(V value)