Package org.jboss.windup.util
Class FilteredIterator.AcceptAllFilter<T>
- java.lang.Object
-
- org.jboss.windup.util.FilteredIterator.AcceptAllFilter<T>
-
- All Implemented Interfaces:
FilteredIterator.Filter<T>
- Enclosing class:
- FilteredIterator<E>
public static final class FilteredIterator.AcceptAllFilter<T> extends Object implements FilteredIterator.Filter<T>
-
-
Constructor Summary
Constructors Constructor Description AcceptAllFilter()
-
-
-
Method Detail
-
accept
public boolean accept(T item)
- Specified by:
acceptin interfaceFilteredIterator.Filter<T>- Returns:
trueif the element matches the filter, otherwisefalse
-
-