I have to implement a class which implements the Comparator interface which does this: Given two Comparables of identical type, give the reverse of the "natural"
ordering (from their built-in compareTo method) for those objects.
I don't really understand what it means when it says given two Comparables of identical type, can someone help me please?