Interface Entry<K,V>

    • Method Detail

      • getKey

        K getKey()
        Returns the key stored in this entry.
        Returns:
        the entry's key
      • getValue

        V getValue()
        Returns the value stored in this entry.
        Returns:
        the entry's value