()
| 1086 | public interface ConcurrentNavigableMap2<K,V> extends ConcurrentNavigableMap<K,V>{ |
| 1087 | K firstKey2(); |
| 1088 | K lastKey2(); |
| 1089 | } |
| 1090 | |
| 1091 | static protected class DescendingMap<K,V> extends AbstractMap<K,V> implements ConcurrentNavigableMap2<K,V> { |
no outgoing calls
no test coverage detected