|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.generationjava.collections.IteratorGrouper
Take an enumeration of different types of objects. Pass them into this object and then get them out by classname.
| Constructor Summary | |
IteratorGrouper(Iterator iterator)
|
|
| Method Summary | |
void |
addIterator(Iterator iterator)
Add this enumeration to the grouper. |
Iterator |
iterateGroup(String classname)
Get an enumeration of all the Classes of type classname. |
Iterator |
iterateTypes()
Enumerate over the types this group contains. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IteratorGrouper(Iterator iterator)
| Method Detail |
public void addIterator(Iterator iterator)
public Iterator iterateGroup(String classname)
public Iterator iterateTypes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||