T
- the generic type of the elements to return by the filter.public interface CollectionFilter<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
filter(Collection<?> target)
Filters a given collection.
|
List<T> filter(Collection<?> target)
target
- the collection to filter.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.