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