@see java.util.SortedSet#comparator()
()
| 3529 | * @see java.util.SortedSet#comparator() |
| 3530 | */ |
| 3531 | public Comparator<? super E> comparator() { |
| 3532 | return ss.comparator(); |
| 3533 | } |
| 3534 | |
| 3535 | /** |
| 3536 | * @see java.util.SortedSet#subSet(Object, Object) |
nothing calls this directly
no test coverage detected