public static interface SortedVector.Comparator
int
compare(Object object1, Object object2)
int compare(Object object1, Object object2)
Should return -1, 0, or 1 if the first object is less than, equal to, or greater than the second, respectively.
object1
object2