|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uplanet.util.filter.ConjunctionFilter<T>
@Scriptable public final class ConjunctionFilter<T>
Constructor Summary | |
---|---|
ConjunctionFilter()
|
Method Summary | |
---|---|
boolean |
accept(T p_obj)
|
void |
addFilter(IFilter<T> p_filter)
Add a filter to this conjunction filter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConjunctionFilter()
Method Detail |
---|
public void addFilter(IFilter<T> p_filter)
p_filter
- The filter to be added.public boolean accept(T p_obj)
accept
in interface IFilter<T>
p_obj
- The object to be filtered.
true
if all contained filters accept the given object,
or false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |