public interface Filter
Modifier and Type | Method and Description |
---|---|
String |
encode()
Encodes the filter to a String.
|
StringBuffer |
encode(StringBuffer buf)
Encodes the filter to a StringBuffer.
|
boolean |
equals(Object o)
All filters must implement equals.
|
int |
hashCode()
All filters must implement hashCode.
|
String encode()
StringBuffer encode(StringBuffer buf)
buf
- The StringBuffer to encode the filter toboolean equals(Object o)
int hashCode()
hashCode
in class Object
Object.hashCode()
Copyright © 2005-2012 The Spring LDAP Framework. All Rights Reserved.