public final class AndFilter extends CompositeFilter
| Constructor and Description |
|---|
AndFilter(Filter left,
Filter right)
And the the left and right filters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ConnectorObject obj)
Ands the left and right filters.
|
String |
toString() |
getLeft, getRightpublic boolean accept(ConnectorObject obj)
obj - - The specified ConnectorObject.true if the object matches
(that is, satisfies all selection criteria of) this filter;
otherwise false.Filter.accept(ConnectorObject)Copyright © 2013. All Rights Reserved.