|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the generic type of the elements to return by the filter.public interface CollectionFilter<T>
Understands a filter for elements in a collection.
Method Summary | |
---|---|
List<T> |
filter(Collection<?> target)
Filters a given collection. |
Method Detail |
---|
List<T> filter(Collection<?> target)
target
- the collection to filter.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |