Uses of Class
Sorter.SplitSort

Packages that use SplitSort
Sorter   
 

Uses of SplitSort in Sorter
 

Fields in Sorter with type parameters of type SplitSort
private  java.util.Map<java.lang.String,SplitSort> Comparator.sorters
          This map must have the following structure : [ key = "axis considered", element = "instance of SplitSort in charge of sorting media along this axis" ].
 

Constructor parameters in Sorter with type arguments of type SplitSort
Comparator(java.util.Map<java.lang.String,SplitSort> sorter, MySQLbase bdd)
          Creates a Comparator.