public class FilterIterator<T> extends Object implements Iterator<T>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterIterator.Predicate<T>
Interface for evaluating whether an object should be returned by the iterator
|
| Constructor and Description |
|---|
FilterIterator(Iterator<T> iter,
FilterIterator.Predicate<T> predicate) |
public FilterIterator(Iterator<T> iter, FilterIterator.Predicate<T> predicate)
Copyright © 2001-2012 University Health Network. All Rights Reserved.