()
| 3741 | } |
| 3742 | |
| 3743 | @Override |
| 3744 | public Comparator<? super K> comparator() { |
| 3745 | return map().comparator(); |
| 3746 | } |
| 3747 | |
| 3748 | @Override |
| 3749 | public SortedSet<K> subSet(K fromElement, K toElement) { |
nothing calls this directly
no test coverage detected