|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
hasNext()
Asking if is there another point. |
java.lang.Object |
next()
standard implementation of Iterator.next() returns the same value as nextPoint(), albeit needing casting to GPoint. |
GeoPoint |
nextPoint()
Advance to the next point. |
Methods inherited from interface java.util.Iterator |
remove |
Method Detail |
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public GeoPoint nextPoint()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |