private class SubclassFilteredCollection.FilterIterator extends java.lang.Object implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
private S |
current |
private java.util.Iterator<? extends S> |
iterator |
Constructor and Description |
---|
FilterIterator(java.util.Iterator<? extends S> iterator) |
Modifier and Type | Method and Description |
---|---|
private void |
findNext() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
FilterIterator(java.util.Iterator<? extends S> iterator)
private void findNext()