Uses of Class
edu.nrao.sss.sort.SortKey

Packages that use SortKey
edu.nrao.sss.measure Measurements and their units. 
edu.nrao.sss.sort Sorting aides. 
 

Uses of SortKey in edu.nrao.sss.measure
 

Subclasses of SortKey in edu.nrao.sss.measure
 class AngleSortKey
          A sort key and comparator that works with angles.
 

Uses of SortKey in edu.nrao.sss.sort
 

Subclasses of SortKey in edu.nrao.sss.sort
 class DoubleSortKey
          A sort key for Doubles (and doubles).
 class EnumSortKey<E extends Enum<E>>
          A sort key for enumerations.
 class IntSortKey
          A sort key for Integerss (and ints).
 class ReflectiveDoubleSortKey<T>
          A sort key and comparator that works with the Doubles returned by a method that is found reflectively.
 class ReflectiveEnumSortKey<T,E extends Enum<E>>
          A sort key and comparator that works with the enumeration elements returned by a method that is found reflectively.
 class ReflectiveIntSortKey<T>
          A sort key and comparator that works with the Integers returned by a method that is found reflectively.
 class ReflectiveStringSortKey<T>
          A sort key and comparator that works with the Strings returned by a method that is found reflectively.
 class StringSortKey
          A sort key for Strings.
 



Copyright © 2009. All Rights Reserved.