|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the property of getting an iterator on
the object.
It's a pity that this interface isn't itself part of the Collections
framework. If you were to substitute Collection for this interface
you would have to implement a plethora of mutating methods in addition
to the one here.
Method Summary | |
java.util.Iterator |
iterator()
Returns an iterator over the elements in this collection. |
Method Detail |
public java.util.Iterator iterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |