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 |
---|
GpxData.LinesIterator(GpxData data,
boolean[] trackVisibility) |
private int idxTracks
private Iterator<GpxTrackSegment> itTrackSegments
private Collection<WayPoint> next
private final boolean[] trackVisibility
public GpxData.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>>