Uses of Interface
org.jboss.windup.util.FilteredIterator.Filter
-
Packages that use FilteredIterator.Filter Package Description org.jboss.windup.util -
-
Uses of FilteredIterator.Filter in org.jboss.windup.util
Classes in org.jboss.windup.util that implement FilteredIterator.Filter Modifier and Type Class Description static classFilteredIterator.AcceptAllFilter<T>Constructors in org.jboss.windup.util with parameters of type FilteredIterator.Filter Constructor Description FilteredIterator(Iterator<? extends E> underlyingIterator, FilteredIterator.Filter<E> whatToAccept)
-