Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ firstKey
Method
firstKey
src/main/java/org/mapdb/BTreeMapJava.java:866–872 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
864
}
865
866
@Override
867
public
K firstKey() {
868
K ret = firstKey2();
869
if
(ret==null)
870
throw
new
NoSuchElementException();
871
return
ret;
872
}
873
874
@Override
875
public
K lastKey() {
Callers
15
testSize
Method · 0.45
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_firstKey
Method · 0.45
test_lowerkey
Method · 0.45
test_headMap
Method · 0.45
testFirstKey
Method · 0.45
testSubMapContents
Method · 0.45
testSubMapContents2
Method · 0.45
Calls
1
firstKey2
Method · 0.95
Tested by
15
testSize
Method · 0.36
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_firstKey
Method · 0.36
test_lowerkey
Method · 0.36
test_headMap
Method · 0.36
testFirstKey
Method · 0.36
testSubMapContents
Method · 0.36
testSubMapContents2
Method · 0.36