Interface MapEntry<K,​V>


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

    Modifier and Type Method Description
    K getKey()  
    V getValue()  
  • Method Details

    • getKey

      K getKey()
    • getValue

      V getValue()