Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ higherKey
Method
higherKey
src/main/java/org/mapdb/BTreeMapJava.java:841–845 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
839
}
840
841
@Override
842
public
K higherKey(K key) {
843
K r = m.higherKey(key);
844
return
r!=null && inBounds(r) ? r : null;
845
}
846
847
848
Callers
10
testHigherKey
Method · 0.45
testHigherKey
Method · 0.45
test_TreeMap_Constructor_Default
Method · 0.45
test_lower_null
Method · 0.45
test_lower
Method · 0.45
testHigherKey
Method · 0.45
check
Method · 0.45
testHigherKey
Method · 0.45
check
Method · 0.45
higher
Method · 0.45
Calls
1
inBounds
Method · 0.95
Tested by
9
testHigherKey
Method · 0.36
testHigherKey
Method · 0.36
test_TreeMap_Constructor_Default
Method · 0.36
test_lower_null
Method · 0.36
test_lower
Method · 0.36
testHigherKey
Method · 0.36
check
Method · 0.36
testHigherKey
Method · 0.36
check
Method · 0.36