public interface TrackPointIterator extends Iterator<TrackPoint>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
TrackPoint |
next() |
void |
remove() |
TrackPointIterator |
reset() |
forEachRemainingboolean hasNext()
hasNext in interface Iterator<TrackPoint>TrackPoint next()
next in interface Iterator<TrackPoint>void remove()
remove in interface Iterator<TrackPoint>TrackPointIterator reset()