Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
testDescendingMap
Method · 0.45
testDescendingMap
Method · 0.45
test_lowerkey
Method · 0.45
testDescendingEntrySet
Method · 0.45
testDescendingEntrySetToArray
Method · 0.45
testRecursiveSubMaps
Method · 0.45
bashSubMap
Method · 0.45
testDescendingEntrySet
Method · 0.45
testDescendingEntrySetToArray
Method · 0.45
testRecursiveSubMaps
Method · 0.45
bashSubMap
Method · 0.45
dmap5
Method · 0.45
Calls
no outgoing calls
Tested by
13
testDescendingMap
Method · 0.36
testDescendingMap
Method · 0.36
test_lowerkey
Method · 0.36
testDescendingEntrySet
Method · 0.36
testDescendingEntrySetToArray
Method · 0.36
testRecursiveSubMaps
Method · 0.36
bashSubMap
Method · 0.36
testDescendingEntrySet
Method · 0.36
testDescendingEntrySetToArray
Method · 0.36
testRecursiveSubMaps
Method · 0.36
bashSubMap
Method · 0.36
dmap5
Method · 0.36