()
| 3674 | } |
| 3675 | |
| 3676 | @Override |
| 3677 | public Comparator<? super K> comparator() { |
| 3678 | return map().comparator(); |
| 3679 | } |
| 3680 | |
| 3681 | @Override |
| 3682 | public SortedSet<K> subSet(K fromElement, K toElement) { |
nothing calls this directly
no test coverage detected