24package umontreal.ssj.util.multidimsort;
This interface is an extension (or variant) of the Comparable interface in Java.
int compareTo(T other, int j)
Similar to compareTo in the class Comparable, except that one specifies the index of the criterion o...
int getStateDimension()
This method returns the number of coordinates for which the method compareTo can be invoked for this...