private class SubclassFilteredCollection.FilterIterator extends Object implements Iterator<T>
Modifier and Type | Field and Description |
---|---|
private S |
current |
private Iterator<? extends S> |
iterator |
Constructor and Description |
---|
FilterIterator(Iterator<? extends S> iterator) |
Modifier and Type | Method and Description |
---|---|
private void |
findNext() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
FilterIterator(Iterator<? extends S> iterator)