Package org.jboss.windup.util
Interface FilteredIterator.Filter<T>
-
- All Known Implementing Classes:
FilteredIterator.AcceptAllFilter
- Enclosing class:
- FilteredIterator<E>
public static interface FilteredIterator.Filter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(T item)
-
-
-
Method Detail
-
accept
boolean accept(T item)
- Returns:
trueif the element matches the filter, otherwisefalse
-
-