public class TrackPointIteratorImpl extends Object implements TrackPointIterator
| Constructor and Description | 
|---|
TrackPointIteratorImpl(Iterable<Track> trackIterable)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getNumPoints()  | 
boolean | 
hasNext()  | 
TrackPoint | 
next()  | 
void | 
remove()  | 
TrackPointIteratorImpl | 
reset()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic int getNumPoints()
public boolean hasNext()
hasNext in interface TrackPointIteratorhasNext in interface Iterator<TrackPoint>public TrackPoint next()
next in interface TrackPointIteratornext in interface Iterator<TrackPoint>public void remove()
remove in interface TrackPointIteratorremove in interface Iterator<TrackPoint>public TrackPointIteratorImpl reset()
reset in interface TrackPointIterator