-
- Enclosing class:
- IteratorHelpers
public static interface IteratorHelpers.IteratorFilter<T>Interface for filtering iterators
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(T obj)
-
-
-
Method Detail
-
accept
boolean accept(T obj)
- Parameters:
obj- Object under test- Returns:
- True if this object passed the filter (and should be included in the iterator), false otherwise
-
-