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

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

Uses of SortOrder in edu.nrao.sss.measure
 

Methods in edu.nrao.sss.measure that return SortOrder
 SortOrder EquatorialArcSortKey.getOrder()
           
 

Methods in edu.nrao.sss.measure with parameters of type SortOrder
 void EquatorialArcSortKey.setOrder(SortOrder newOrder)
           
 

Uses of SortOrder in edu.nrao.sss.sort
 

Methods in edu.nrao.sss.sort that return SortOrder
 SortOrder Orderable.getOrder()
          Returns the sort order.
 SortOrder SortKey.getOrder()
           
static SortOrder SortOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortOrder[] SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.sort with parameters of type SortOrder
protected  int EnumSortKey.compareObjects(E o1, E o2, SortOrder ordering)
          Returns a number less than zero, zero, or greater than zero as o1 is before, coincident with, or after o2 when sorted in according to t he given sort order.
protected  int SortKey.compareObjects(T o1, T o2, SortOrder ordering)
          Returns a number less than zero, zero, or greater than zero as o1 is before, coincident with, or after o2 when sorted in according to t he given sort order.
 void Orderable.setOrder(SortOrder newOrder)
          Sets the order to newOrder.
 void SortKey.setOrder(SortOrder newOrder)
           
 



Copyright © 2009. All Rights Reserved.