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