Interface KeyedValue<K extends java.lang.Comparable<K>>

    • Method Detail

      • getKey

        K getKey()
        Returns the key associated with the value. The key returned by this method should be immutable.
        Returns:
        The key (never null).