MCPcopy
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

iteratorMethod · 0.95
removeMethod · 0.95
removeAllMethod · 0.95
retainAllMethod · 0.95
sizeMethod · 0.95
isEmptyMethod · 0.95
containsMethod · 0.95
clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected