예제 #1
0
파일: TreeSet.cs 프로젝트: minam365/JavApi
 /*
  * 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());
 }