apollo.util
Class FeatureAlphabeticalComparator

java.lang.Object
  extended by apollo.util.FeatureAlphabeticalComparator
All Implemented Interfaces:
Comparator

public class FeatureAlphabeticalComparator
extends java.lang.Object
implements Comparator


Constructor Summary
FeatureAlphabeticalComparator()
           
 
Method Summary
 int compare(java.lang.Object oa, java.lang.Object ob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureAlphabeticalComparator

public FeatureAlphabeticalComparator()
Method Detail

compare

public int compare(java.lang.Object oa,
                   java.lang.Object ob)
Specified by:
compare in interface Comparator