Iterator<T>
FilteredIterator(Iterator<T> base, Predicate<T> filter)
boolean
hasNext()
T
next()
void
remove()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining
hasNext
next
remove
toString
Object