|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--uwcse.collections.SimpleArrayList.ArrayListIterator
| Field Summary | |
(package private) int |
current
|
| Constructor Summary | |
(package private) |
SimpleArrayList.ArrayListIterator()
|
| Method Summary | |
boolean |
hasNext()
Answer true iff there are more items to access. |
java.lang.Object |
next()
Answer the current item AND advance the iterator to the next item. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int current
| Constructor Detail |
SimpleArrayList.ArrayListIterator()
| Method Detail |
public boolean hasNext()
SimpleIteratorhasNext in interface SimpleIteratorpublic java.lang.Object next()
SimpleIteratornext in interface SimpleIterator
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||