Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ last
Method
last
guava/src/com/google/common/collect/Maps.java:3978–3982 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3976
}
3977
3978
@Override
3979
@ParametricNullness
3980
public
K last() {
3981
return
map().lastKey();
3982
}
3983
}
3984
3985
@GwtIncompatible
// NavigableMap
Callers
5
lastKey
Method · 0.45
getLast
Method · 0.45
lastKey
Method · 0.45
encloseAll
Method · 0.45
containsAll
Method · 0.45
Calls
2
map
Method · 0.95
lastKey
Method · 0.45
Tested by
no test coverage detected