T
- the type of elements returned by this iteratorpublic class FilteringIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Constructor and Description |
---|
FilteringIterator(java.util.Iterator<T> delegate,
Filter<T> filter)
Creates a new filtering iterator
|