net.sf.bt747.j2se.app.utils
Class GPSRecordTimeComparator

java.lang.Object
  extended by net.sf.bt747.j2se.app.utils.GPSRecordTimeComparator
All Implemented Interfaces:
java.util.Comparator<GPSRecord>

public class GPSRecordTimeComparator
extends java.lang.Object
implements java.util.Comparator<GPSRecord>

Author:
Mario

Constructor Summary
GPSRecordTimeComparator()
           
 
Method Summary
 int compare(GPSRecord o1, GPSRecord o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

GPSRecordTimeComparator

public GPSRecordTimeComparator()
Method Detail

compare

public int compare(GPSRecord o1,
                   GPSRecord o2)
Specified by:
compare in interface java.util.Comparator<GPSRecord>