java.lang.Object
de.zocher_regel.photo.gps.GpsRecArrIter
This iterator runs forward or backward through an array of gpsRecs starting
at currInd.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungGpsRecArrIter(GpsRec[] gpsRecs) Iterator for all entries of an array of GpsRecs.GpsRecArrIter(GpsRec[] gpsRecs, int ind, int inc) Iteration through an array of GpsRecs. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden java.util.Iterator
forEachRemaining, remove
-
Konstruktordetails
-
GpsRecArrIter
GpsRecArrIter(GpsRec[] gpsRecs) Iterator for all entries of an array of GpsRecs.- Parameter:
gpsRecs- the array to be run through
-
GpsRecArrIter
GpsRecArrIter(GpsRec[] gpsRecs, int ind, int inc) Iteration through an array of GpsRecs.- Parameter:
gpsRecs- the array to be runned throughind- index where to start iterationinc- direction of iteration (1 or -1)
-
-
Methodendetails