public class DeciderFilter<T> extends Object implements FilterIF<T>
| Constructor and Description |
|---|
DeciderFilter(Predicate<T> decider) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
filter(Iterator<T> objects)
INTERNAL: Filters the input iterator and returns a collection
containing a subset of the iterator's elements.
|