|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - type of the elementspublic interface Iterator<E>
An iterator over a collection. Iterator takes the place of Enumeration in the Java collections framework
| Method Summary | |
|---|---|
boolean |
hasNext()
|
E |
next()
|
void |
remove()
Removes from the underlying collection the last element returned by the iterator (optional operation). |
| Method Detail |
|---|
boolean hasNext()
E next()
void remove()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||