What does the return value inside the Comparator actually mean?
For example :
class TreeSetDemo { public static void main(String
Comparator documentation -- Returns: a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.