|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fusesource.common.util.CompositeFilter<T>
public class CompositeFilter<T>
Represents a filter which ORs together a collection of filters, returning true if any of the filters are true
| Constructor Summary | |
|---|---|
CompositeFilter(java.util.Collection<Filter<T>> filters)
|
|
| Method Summary | |
|---|---|
boolean |
isEmpty()
|
boolean |
matches(T t)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeFilter(java.util.Collection<Filter<T>> filters)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean matches(T t)
matches in interface Filter<T>public boolean isEmpty()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||