Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ map
Method
map
guava/src/com/google/common/collect/Maps.java:3947–3950 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3945
}
3946
3947
@Override
3948
SortedMap<K, V> map() {
3949
return
(SortedMap<K, V>) super.map();
3950
}
3951
3952
@Override
3953
public
@Nullable Comparator<? super K> comparator() {
Callers
6
comparator
Method · 0.95
subSet
Method · 0.95
headSet
Method · 0.95
tailSet
Method · 0.95
first
Method · 0.95
last
Method · 0.95
Calls
1
map
Method · 0.45
Tested by
no test coverage detected