@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class GenericFilter extends java.lang.Object implements java.io.Serializable
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
| Constructor and Description |
|---|
GenericFilter(Filter f)
Creates a new generic filter from the provided search filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether the provided object is equal to this generic filter.
|
int |
hashCode()
Retrieves a hash code for this generic filter.
|
java.lang.String |
toString()
Retrieves a string representation of this generic filter.
|
public GenericFilter(@NotNull Filter f)
f - The filter to use to create a generic filter.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(@Nullable java.lang.Object o)
equals in class java.lang.Objecto - The object for which to make the determination.true the provided object is equal to this generic filter,
or false if not.