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

Method descendingMap

src/main/java/org/mapdb/BTreeMapJava.java:1005–1008  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1003 }
1004
1005 @Override
1006 public ConcurrentNavigableMap<K,V> descendingMap() {
1007 return new DescendingMap(m, lo,loInclusive, hi,hiInclusive);
1008 }
1009
1010 @Override
1011 public NavigableSet<K> navigableKeySet() {

Callers 14

testDescendingMapMethod · 0.45
testDescendingMapMethod · 0.45
test_lowerkeyMethod · 0.45
testRecursiveSubMapsMethod · 0.45
bashSubMapMethod · 0.45
testRecursiveSubMapsMethod · 0.45
bashSubMapMethod · 0.45
dmap5Method · 0.45

Calls

no outgoing calls

Tested by 13

testDescendingMapMethod · 0.36
testDescendingMapMethod · 0.36
test_lowerkeyMethod · 0.36
testRecursiveSubMapsMethod · 0.36
bashSubMapMethod · 0.36
testRecursiveSubMapsMethod · 0.36
bashSubMapMethod · 0.36
dmap5Method · 0.36