|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public static interface FilteringIterator.Filter<T>
Interface used by the FilteringIterator to check if an element
of the parent Iterator should be filtered or not. If isValid(Object)
returns true the element of the parent iterator is also returned by this
Iterator. Otherwise the element is filtered.
| Method Summary | |
|---|---|
boolean |
isValid(T value)
|
| Method Detail |
|---|
boolean isValid(T value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||