示例#1
0
 /*
  * Returns the comparator used to compare elements in this {@code TreeSet}.
  *
  * @return a Comparator or null if the natural ordering is used
  */
 public Comparator <E> comparator()
 {
     return(backingMap.comparator());
 }