Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ pollLastEntry
Method
pollLastEntry
src/main/java/org/mapdb/BTreeMapJava.java:910–918 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
908
}
909
910
@Override
911
public
Entry<K, V> pollLastEntry() {
912
while
(true){
913
Entry<K, V> e = lastEntry();
914
if
(e==null || remove(e.getKey(),e.getValue())){
915
return
e;
916
}
917
}
918
}
919
920
921
Callers
10
testPollLastEntry
Method · 0.45
testPollLastEntry
Method · 0.45
test_TreeMap_Constructor_Default
Method · 0.45
test_AscendingSubMap_pollLastEntry
Method · 0.45
testPollLastEntry
Method · 0.45
testPollLastEntry
Method · 0.45
testPollLastEntry
Method · 0.45
testDescendingPollLastEntry
Method · 0.45
testPollLastEntry
Method · 0.45
testDescendingPollLastEntry
Method · 0.45
Calls
3
lastEntry
Method · 0.95
remove
Method · 0.95
getKey
Method · 0.80
Tested by
10
testPollLastEntry
Method · 0.36
testPollLastEntry
Method · 0.36
test_TreeMap_Constructor_Default
Method · 0.36
test_AscendingSubMap_pollLastEntry
Method · 0.36
testPollLastEntry
Method · 0.36
testPollLastEntry
Method · 0.36
testPollLastEntry
Method · 0.36
testDescendingPollLastEntry
Method · 0.36
testPollLastEntry
Method · 0.36
testDescendingPollLastEntry
Method · 0.36