Uses of Interface
edu.nrao.sss.sort.Orderable

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

Uses of Orderable in edu.nrao.sss.measure
 

Classes in edu.nrao.sss.measure that implement Orderable
 class AngleSortKey
          A sort key and comparator that works with angles.
 class EquatorialArcSortKey<A extends EquatorialArc<A>>
          A sort key and comparator that works with equatorial arcs, such as latitude or longitude.
 

Uses of Orderable in edu.nrao.sss.sort
 

Classes in edu.nrao.sss.sort that implement Orderable
 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 SortKey<T>
          A single sorting key.
 class StringSortKey
          A sort key for Strings.
 



Copyright © 2009. All Rights Reserved.