Class AddeChooser.ServerComparator
java.lang.Object
edu.wisc.ssec.mcidasv.chooser.adde.AddeChooser.ServerComparator
- All Implemented Interfaces:
Comparator<ucar.unidata.idv.chooser.adde.AddeServer>
- Enclosing class:
AddeChooser
public class AddeChooser.ServerComparator
extends Object
implements Comparator<ucar.unidata.idv.chooser.adde.AddeServer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(ucar.unidata.idv.chooser.adde.AddeServer server1, ucar.unidata.idv.chooser.adde.AddeServer server2) 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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
ServerComparator
public ServerComparator()
-
-
Method Details
-
compare
public int compare(ucar.unidata.idv.chooser.adde.AddeServer server1, ucar.unidata.idv.chooser.adde.AddeServer server2) - Specified by:
compare
in interfaceComparator<ucar.unidata.idv.chooser.adde.AddeServer>
-