org.stellarium.astro
Class HipStar.ScientificNameComparator

java.lang.Object
  extended by org.stellarium.astro.HipStar.ScientificNameComparator
All Implemented Interfaces:
java.util.Comparator<HipStar>
Enclosing class:
HipStar

public static class HipStar.ScientificNameComparator
extends java.lang.Object
implements java.util.Comparator<HipStar>


Constructor Summary
HipStar.ScientificNameComparator()
           
 
Method Summary
 int compare(HipStar o1, HipStar 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

HipStar.ScientificNameComparator

public HipStar.ScientificNameComparator()
Method Detail

compare

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