Module org.hsqldb

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.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getKey

      K getKey()
    • getValue

      V getValue()