Klasse GpsRecArrIter

java.lang.Object
de.zocher_regel.photo.gps.GpsRecArrIter
Alle implementierten Schnittstellen:
Iterator<GpsRec>

final class GpsRecArrIter extends Object implements Iterator<GpsRec>
This iterator runs forward or backward through an array of gpsRecs starting at currInd.
  • 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 through
      ind - index where to start iteration
      inc - direction of iteration (1 or -1)
  • Methodendetails