|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of items this criteria filters.public interface FilterCriteria<T>
An interface describing a filtering criteria.
Nested Class Summary | |
---|---|
static class |
FilterCriteria.AcceptAllCriteria<T>
A convenience criteria class which always returns true |
static class |
FilterCriteria.RejectAllCriteria<T>
A convenience criteria class which always returns false |
Method Summary | |
---|---|
boolean |
include(T item)
|
Method Detail |
---|
boolean include(T item)
item
- the item
item
should be included, false if it should be filtered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |