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

Method map

output/java_guava/1.4.19/Maps.java:3682–3684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3680 }
3681
3682 Map<K, V> map() {
3683 return map;
3684 }
3685
3686 @Override
3687 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