()
| 3819 | } |
| 3820 | |
| 3821 | @Override |
| 3822 | public Iterator<K> descendingIterator() { |
| 3823 | return descendingSet().iterator(); |
| 3824 | } |
| 3825 | |
| 3826 | @Override |
| 3827 | public NavigableSet<K> subSet(K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) { |
nothing calls this directly
no test coverage detected