Interface KeyedValue

    • Method Detail

      • getKey

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