|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.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(java.util.Iterator iterator)
|
|
| Method Summary | |
void |
addIterator(java.util.Iterator iterator)
Add this enumeration to the grouper. |
java.util.Iterator |
iterateGroup(java.lang.String classname)
Get an enumeration of all the Classes of type classname. |
java.util.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(java.util.Iterator iterator)
| Method Detail |
public void addIterator(java.util.Iterator iterator)
public java.util.Iterator iterateGroup(java.lang.String classname)
public java.util.Iterator iterateTypes()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||