no.uio.edd.model.geo.calc
Class MapPlaceComparator

java.lang.Object
  extended by no.uio.edd.model.geo.calc.MapPlaceComparator
All Implemented Interfaces:
java.util.Comparator<MapPlace>

public class MapPlaceComparator
extends java.lang.Object
implements java.util.Comparator<MapPlace>


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

Constructor Detail

MapPlaceComparator

public MapPlaceComparator()
Method Detail

compare

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