Package java.util
Class TreeSet
Comparator comparator()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns the comparator used to order this sorted set, or null if this tree set uses its elements natural ordering. Implements interface method SortedSet.comparator.