org.jasig.portlet.maps.tools
Class ByNameLocationComparator

java.lang.Object
  extended by org.jasig.portlet.maps.tools.ByNameLocationComparator
All Implemented Interfaces:
Comparator<Location>

public class ByNameLocationComparator
extends Object
implements Comparator<Location>


Constructor Summary
ByNameLocationComparator()
           
 
Method Summary
 int compare(Location location1, Location location2)
           
 
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

ByNameLocationComparator

public ByNameLocationComparator()
Method Detail

compare

public int compare(Location location1,
                   Location location2)
Specified by:
compare in interface Comparator<Location>


Copyright © 2012 Jasig. All Rights Reserved.