Uses of Class
org.acm.seguin.pretty.sort.Ordering

Packages that use Ordering
org.acm.seguin.pretty.sort   
 

Uses of Ordering in org.acm.seguin.pretty.sort
 

Subclasses of Ordering in org.acm.seguin.pretty.sort
 class FieldInitializerOrder
          The ordering is the basic tool to determine if the parse tree node is in the proper order.
 class FixupFinalStaticOrder
          Orders the items in a class according to dependencies for final static constants.
 class ProtectionOrder
          Orders the items in a class according to type.
 class SameOrdering
          Does not change the order
 class SetterGetterOrder
          Orders the items in a class according to type.
 class StaticOrder
          Orders the items in a class according to type.
 class TopLevelOrdering
          Sorts the items in a java file at the top level
 class TypeOrder
          Orders the items in a class according to type.