|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterIF
INTERNAL: Filters the objects in an iterator.
Classes implementing the filter method of this interface must return a collection containing a subset of the elements in the iterator given to it.
| Method Summary | |
|---|---|
java.util.Collection |
filter(java.util.Iterator objects)
INTERNAL: Filters the input iterator and returns a collection containing a subset of the iterator's elements. |
| Method Detail |
|---|
java.util.Collection filter(java.util.Iterator objects)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||