|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.townleyenterprises.filter.LogicalNotFilter
This class provides an implementation of the Filter interface that implements the NOT operation.
| Constructor Summary | |
LogicalNotFilter(Filter filter)
The constructor takes the argument of the filter to negate. |
|
| Method Summary | |
boolean |
doFilter(java.lang.Object o)
This method actually performs the operation that will determine if the parameter object should be included in the "result" or not. |
Filter |
getFilter()
This method returns the filter to be negated. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LogicalNotFilter(Filter filter)
filter - the filter| Method Detail |
public boolean doFilter(java.lang.Object o)
doFilter in interface Filtero - the object to be tested
public Filter getFilter()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||