|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the kind of items this filter handlespublic interface Filter<T>
A filter is used to split up a set of items to a set of included and a set of excluded items.
| Method Summary | |
|---|---|
boolean |
includes(T item)
Tells whether the item item should be included or not. |
| Method Detail |
|---|
boolean includes(T item)
item should be included or not.
item - the item to include, depending on the user of this filter the item may or may not be null
true if item is included, false if item is excluded
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||