|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface GeoPath.SegmentIterator
| Method Summary | |
|---|---|
boolean |
hasNext()
Asking if there is another segment. |
java.lang.Object |
next()
standard implementation of Iterator.next() returns the same value as nextSegment(), albeit needing casting to GSegment. |
GeoSegment |
nextSegment()
Advance to the next pegment. |
| Methods inherited from interface java.util.Iterator |
|---|
remove |
| Method Detail |
|---|
boolean hasNext()
hasNext in interface java.util.Iteratorjava.lang.Object next()
next in interface java.util.IteratorGeoSegment nextSegment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||