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:4080–4082 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4078
}
4079
4080
final
Map<K, V> map() {
4081
return
map;
4082
}
4083
4084
@Override
4085
public
Iterator<V> iterator() {
Callers
8
iterator
Method · 0.95
remove
Method · 0.95
removeAll
Method · 0.95
retainAll
Method · 0.95
size
Method · 0.95
isEmpty
Method · 0.95
contains
Method · 0.95
clear
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected