net.sf.freecol.client.gui.panel
Class SelectDestinationDialog.NameComparator

java.lang.Object
  extended by net.sf.freecol.client.gui.panel.SelectDestinationDialog.NameComparator
All Implemented Interfaces:
java.util.Comparator<SelectDestinationDialog.Destination>
Enclosing class:
SelectDestinationDialog

private class SelectDestinationDialog.NameComparator
extends java.lang.Object
implements java.util.Comparator<SelectDestinationDialog.Destination>


Constructor Summary
private SelectDestinationDialog.NameComparator()
           
 
Method Summary
 int compare(SelectDestinationDialog.Destination choice1, SelectDestinationDialog.Destination choice2)
           
 
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

SelectDestinationDialog.NameComparator

private SelectDestinationDialog.NameComparator()
Method Detail

compare

public int compare(SelectDestinationDialog.Destination choice1,
                   SelectDestinationDialog.Destination choice2)
Specified by:
compare in interface java.util.Comparator<SelectDestinationDialog.Destination>