Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ lastKey
Method
lastKey
src/main/java/org/mapdb/BTreeMapJava.java:874–879 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
872
}
873
874
@Override
875
public
K lastKey() {
876
K ret = lastKey2();
877
if
(ret==null)
878
throw
new
NoSuchElementException();
879
return
ret; }
880
881
@Override
882
public
Map.Entry<K,V> firstEntry() {
Callers
15
testTailMap
Method · 0.45
testTailMap2
Method · 0.45
testTailMap3
Method · 0.45
testTailMap4
Method · 0.45
test_TreeMap_Constructor_Default
Method · 0.45
test_SubMap_lastKey
Method · 0.45
test_lowerkey
Method · 0.45
test_headMap
Method · 0.45
testLastKey
Method · 0.45
testSubMapContents
Method · 0.45
testSubMapContents2
Method · 0.45
testTailMapContents
Method · 0.45
Calls
1
lastKey2
Method · 0.95
Tested by
15
testTailMap
Method · 0.36
testTailMap2
Method · 0.36
testTailMap3
Method · 0.36
testTailMap4
Method · 0.36
test_TreeMap_Constructor_Default
Method · 0.36
test_SubMap_lastKey
Method · 0.36
test_lowerkey
Method · 0.36
test_headMap
Method · 0.36
testLastKey
Method · 0.36
testSubMapContents
Method · 0.36
testSubMapContents2
Method · 0.36
testTailMapContents
Method · 0.36