@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface OrderingMatchingRule extends MatchingRule
Modifier and Type | Method and Description |
---|---|
int |
compareValues(com.unboundid.util.ByteString normValue1,
com.unboundid.util.ByteString normValue2)
Compares the provided values to determine their logical order in a sorted
list.
|
equals, getDescription, getName, getNameOrOID, getOID, getSyntaxOID, hashCode, hasNameOrOID, isObsolete, normalizeValue, normalizeValue, toString, valuesMatch
int compareValues(com.unboundid.util.ByteString normValue1, com.unboundid.util.ByteString normValue2)
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.