MCPcopy Index your code
hub / github.com/jankotek/mapdb / ConcurrentNavigableMap2

Interface ConcurrentNavigableMap2

src/main/java/org/mapdb/BTreeMapJava.java:1086–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

pollFirstMethod · 0.65
firstKey2Method · 0.65
pollLastMethod · 0.65
lastKey2Method · 0.65

Implementers 2

SubMapsrc/main/java/org/mapdb/BTreeMapJava.j
DescendingMapsrc/main/java/org/mapdb/BTreeMapJava.j

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…