Package org.fest.util
Interface CollectionFilter<T>
-
- Type Parameters:
T
- the generic type of the elements to return by the filter.
- All Known Implementing Classes:
TypeFilter
public interface CollectionFilter<T>
Filters elements in a collection.- Author:
- Yvonne Wang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<T>
filter(java.util.Collection<?> target)
-
-
-
Method Detail
-
filter
java.util.List<T> filter(java.util.Collection<?> target)
-
-