Interface OrderingMatchingRule

    • Method Detail

      • compareValues

        int compareValues​(ByteString normValue1,
                          ByteString normValue2)
        Compares the provided values to determine their logical order in a sorted list.
        Parameters:
        normValue1 - The normalized form of the first value for which to make the determination.
        normValue2 - The normalized form of the second value for which to make the determination.
        Returns:
        A negative value if the first value should be ordered before the second, a positive value if the first value should be ordered after the second, or zero if there is no logical difference between the provided values.