Package org.openstreetmap.josm.tools
Class SubclassFilteredCollection.FilterIterator
- java.lang.Object
-
- org.openstreetmap.josm.tools.SubclassFilteredCollection.FilterIterator
-
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- SubclassFilteredCollection<S,T extends S>
private class SubclassFilteredCollection.FilterIterator extends Object implements Iterator<T>
-
-
Constructor Summary
Constructors Constructor Description FilterIterator(Iterator<? extends S> iterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
findNext()
boolean
hasNext()
T
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
FilterIterator
FilterIterator(Iterator<? extends S> iterator)
-
-