public final class OrFilter extends CompositeFilter
| Constructor and Description |
|---|
OrFilter(Filter left,
Filter right)
Takes the result of the left and right filter and ORs them.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ConnectorObject obj)
Takes the result from the left and ORs it w/ the right filter.
|
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.