Uses of Class
bcds.tools.SortOrder

Packages that use SortOrder
bcds.tools   
 

Uses of SortOrder in bcds.tools
 

Methods in bcds.tools that return SortOrder
static SortOrder SortOrder.valueOf(java.lang.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 bcds.tools with parameters of type SortOrder
static
<K,V extends java.lang.Comparable<? super V>>
java.util.List<K>
Utils.sortMapByValues(java.util.Map<K,V> h, SortOrder order)
          Returns a list with the elements of the map h sorted, that is, the sorted map values.