MCPcopy Create free account
hub / github.com/antlr/codebuff / map

Method map

corpus/java/training/guava/collect/Maps.java:3617–3619  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3615 }
3616
3617 Map<K, V> map() {
3618 return map;
3619 }
3620
3621 @Override
3622 public Iterator<K> iterator() {

Callers 12

iteratorMethod · 0.95
sizeMethod · 0.95
isEmptyMethod · 0.95
containsMethod · 0.95
removeMethod · 0.95
clearMethod · 0.95
iteratorMethod · 0.95
removeMethod · 0.95
containsAllMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
mapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected