Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ lastKey2
Method
lastKey2
src/main/java/org/mapdb/BTreeMapJava.java:857–864 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
855
}
856
857
public
K lastKey2() {
858
K k =
859
hi==null ?
860
m.lastKey2():
861
m.findLowerKey(hi, hiInclusive);
862
863
return
k!=null && inBounds(k)? k : null;
864
}
865
866
@Override
867
public
K firstKey() {
Callers
3
lowerKey
Method · 0.95
floorKey
Method · 0.95
lastKey
Method · 0.95
Calls
2
inBounds
Method · 0.95
lastKey2
Method · 0.65
Tested by
no test coverage detected