@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface ApproximateMatchingRule extends MatchingRule
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
approximatelyMatch(ByteString normValue1,
                  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, valuesMatchboolean approximatelyMatch(ByteString normValue1, 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.