|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.glaivestone.javax.util.Itr | +--com.glaivestone.javax.util.AssociationItr
The Iterator used by AssociationArrayList
.
to support the AssociationIterator
interface.
Constructor Summary | |
AssociationItr(java.util.List list,
int modCount)
|
Method Summary | |
Association |
nextAssociation()
|
Methods inherited from class com.glaivestone.javax.util.Itr |
hasNext, next, remove |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
Constructor Detail |
public AssociationItr(java.util.List list, int modCount)
Method Detail |
public Association nextAssociation()
nextAssociation
in interface AssociationIterator
|
GFL 1.1 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |