|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the type of object to be filteredpublic interface Filter<T>
Allows filtering of objects of type T.
| Method Summary | |
|---|---|
boolean |
include(T instance)
Indicates whether to include the given instance in the filtered results |
| Method Detail |
|---|
boolean include(T instance)
type - the type to evaluate; can be null
false to exclude the given type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||