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 Detail

      • getKey

        K getKey()
      • getValue

        V getValue()