Interface Map.Entry<K,V>

All Known Implementing Classes:
MapEntry
Enclosing interface:
Map<K,V>

public static interface Map.Entry<K,V>
Interface for a key - value pair.
Since:
2.6.0
Author:
Fred Toussi (fredt@users dot sourceforge.net)
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getKey

      K getKey()
    • getValue

      V getValue()