Interface KeyValue<K,V>

    • Method Summary

      Modifier and Type Method and Description
      K getKey()
      Gets the key from the pair.
      V getValue()
      Gets the value from the pair.
    • 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