Inheritance diagram for org::jdom::filter::AndFilter:
Public Member Functions | |
AndFilter (Filter left, Filter right) | |
boolean | matches (Object obj) |
boolean | equals (Object obj) |
int | hashCode () |
String | toString () |
|
Match if only both supplied filters match.
|
|
Check to see if the object matches a predefined set of rules.
Implements org::jdom::filter::Filter. |