|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Iterator<AnyType>
Iterator interface for Collections.
| Method Summary | |
|---|---|
boolean |
hasNext()
Tests if there are more items in the collection. |
AnyType |
next()
Obtains the next item in the collection. |
void |
remove()
Remove the last item returned by next. |
| Method Detail |
|---|
boolean hasNext()
hasNext in interface java.util.Iterator<AnyType>AnyType next()
next in interface java.util.Iterator<AnyType>void remove()
remove in interface java.util.Iterator<AnyType>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||