public static class GpxData.LinesIterator extends Object implements Iterator<Collection<WayPoint>>
Modifier and Type | Field and Description |
---|---|
private int |
idxTracks |
private Iterator<GpxRoute> |
itRoutes |
private Iterator<GpxTrack> |
itTracks |
private Iterator<GpxTrackSegment> |
itTrackSegments |
private Collection<WayPoint> |
next |
private boolean[] |
trackVisibility |
Constructor and Description |
---|
LinesIterator(GpxData data,
boolean[] trackVisibility) |
Modifier and Type | Method and Description |
---|---|
private Collection<WayPoint> |
getNext() |
boolean |
hasNext() |
Collection<WayPoint> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private int idxTracks
private Iterator<GpxTrackSegment> itTrackSegments
private Collection<WayPoint> next
private boolean[] trackVisibility
public LinesIterator(GpxData data, boolean[] trackVisibility)
public boolean hasNext()
hasNext
in interface Iterator<Collection<WayPoint>>
public Collection<WayPoint> next()
next
in interface Iterator<Collection<WayPoint>>
private Collection<WayPoint> getNext()
public void remove()
remove
in interface Iterator<Collection<WayPoint>>