| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Iterator interface.
| Method Summary | |
 boolean | 
hasNext()
Tests if there are items not yet iterated over.  | 
 java.lang.Object | 
next()
Obtains the next (as yet unseen) item in the collection.  | 
 void | 
remove()
Remove the last item returned by next.  | 
| Method Detail | 
public boolean hasNext()
public java.lang.Object next()
public void remove()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||