public final class LDAPApproximation extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<LDAPApproximation>
| Constructor and Description |
|---|
LDAPApproximation(java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LDAPApproximation o) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isMatch(java.lang.CharSequence value)
Matches the
value with the compiled expression. |
java.lang.String |
toString() |
public int compareTo(LDAPApproximation o)
compareTo in interface java.lang.Comparable<LDAPApproximation>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isMatch(java.lang.CharSequence value)
value with the compiled expression. The value
is considered matching if all characters are matched by the expression. A
partial match is not enough.value - The value to matchtrue if the value was a match.public java.lang.String toString()
toString in class java.lang.Object