|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.townleyenterprises.filter.LogicalFilter com.townleyenterprises.filter.LogicalAndFilter
This class provides an implementation of the Filter interface that implements the AND conjunction.
Field Summary |
Fields inherited from class com.townleyenterprises.filter.LogicalFilter |
_filters |
Constructor Summary | |
LogicalAndFilter()
|
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. |
Methods inherited from class com.townleyenterprises.filter.LogicalFilter |
addFilter, clear, getFilterCount, iterator, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LogicalAndFilter()
Method Detail |
public boolean doFilter(java.lang.Object o)
doFilter
in interface Filter
doFilter
in class LogicalFilter
o
- the object to be tested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |