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

Method map

output/java_guava/1.4.18/Maps.java:3678–3680  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3676 }
3677
3678 Map<K, V> map() {
3679 return map;
3680 }
3681
3682 @Override
3683 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