|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter<T>
A filter is something that selectes or rejects an object due to some property of it. Filters are often used to filter a collection of object to create a sub-collection where all objects share some property.
FilterUtil
Method Summary | |
---|---|
boolean |
evaluate(T object)
Evaluate if the given object should pass the filter or not. |
Method Detail |
---|
boolean evaluate(T object)
object
- The object to evaluate
|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |