Returns the comparator used to compare elements in this SortedSet. @return a comparator or null if the natural ordering is used.
()
| 36 | * @return a comparator or null if the natural ordering is used. |
| 37 | */ |
| 38 | public Comparator<? super E> comparator(); |
| 39 | |
| 40 | /** |
| 41 | * Returns the first element in this {@code SortedSet}. The first element |
no outgoing calls
no test coverage detected