public static final class UtilMDE.FilteredIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Constructor and Description |
---|
FilteredIterator(java.util.Iterator<T> itor,
Filter<T> filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |