Interface KeyValueFunction<X extends java.lang.Comparable<? super X>,​Y>

    • Method Detail

      • getY

        Y getY​(X xValue)
        Parameters:
        xValue - argument of type <X>
        Returns:
        value of type <Y>