@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 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(Filter f)
f
- The filter to use to create a generic filte.rpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- The object for which to make the determination.true
the provided object is equal to this generic filter,
or false
if not.public java.lang.String toString()
toString
in class java.lang.Object