Interface KeyValue<K,​V>

    • Method Detail

      • getKey

        K getKey()
        Gets the key from the pair.
        Returns:
        the key
      • getValue

        V getValue()
        Gets the value from the pair.
        Returns:
        the value