Class FilteredIterator<T>
java.lang.Object
generic.FilteredIterator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionFilteredIterator(Iterator<T> it, Predicate<T> filter) Construct a new FilteredIterator. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
FilteredIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-
iterator
-