Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ higherEntry
Method
higherEntry
src/main/java/org/mapdb/BTreeMapJava.java:835–839 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
833
}
834
835
@Override
836
public
Entry<K, V> higherEntry(K key) {
837
Entry<K,V> r = m.higherEntry(key);
838
return
r!=null && inBounds(r.getKey()) ? r : null;
839
}
840
841
@Override
842
public
K higherKey(K key) {
Callers
11
testHigherEntry
Method · 0.45
testHigherEntry
Method · 0.45
test_TreeMap_Constructor_Default
Method · 0.45
testHigherEntry
Method · 0.45
testEntryImmutability
Method · 0.45
testHigherEntry
Method · 0.45
testHigherEntry
Method · 0.45
testDescendingHigherEntry
Method · 0.45
testHigherEntry
Method · 0.45
testDescendingHigherEntry
Method · 0.45
lowerEntry
Method · 0.45
Calls
2
inBounds
Method · 0.95
getKey
Method · 0.80
Tested by
10
testHigherEntry
Method · 0.36
testHigherEntry
Method · 0.36
test_TreeMap_Constructor_Default
Method · 0.36
testHigherEntry
Method · 0.36
testEntryImmutability
Method · 0.36
testHigherEntry
Method · 0.36
testHigherEntry
Method · 0.36
testDescendingHigherEntry
Method · 0.36
testHigherEntry
Method · 0.36
testDescendingHigherEntry
Method · 0.36