| 1084 | } |
| 1085 | |
| 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> { |
| 1092 |
no outgoing calls
no test coverage detected
searching dependent graphs…