@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface ApproximateMatchingRule extends MatchingRule
Modifier and Type | Method and Description |
---|---|
boolean |
approximatelyMatch(com.unboundid.util.ByteString normValue1,
com.unboundid.util.ByteString normValue2)
Indicates whether the provided values are approximately equal to each
other.
|
equals, getDescription, getName, getNameOrOID, getOID, getSyntaxOID, hashCode, hasNameOrOID, isObsolete, normalizeValue, normalizeValue, toString, valuesMatch
boolean approximatelyMatch(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.true
if the values are considered approximately equal to
each other, or false
if not.