Package org.jboss.windup.util
Class FilteredIterator<E>
- java.lang.Object
-
- org.jboss.windup.util.FilteredIterator<E>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilteredIterator.AcceptAllFilter<T>static interfaceFilteredIterator.Filter<T>
-
Constructor Summary
Constructors Constructor Description FilteredIterator(Iterator<? extends E> underlyingIterator, FilteredIterator.Filter<E> whatToAccept)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Enext()voidremove()-
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
-
FilteredIterator
public FilteredIterator(Iterator<? extends E> underlyingIterator, FilteredIterator.Filter<E> whatToAccept)
-
-