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

Method map

output/java_guava/1.4.17/Maps.java:3938–3938  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3936
3937 abstract static class EntrySet<K, V> extends Sets.ImprovedAbstractSet<Entry<K, V>> {
3938 abstract Map<K, V> map();
3939
3940 @Override
3941 public int size() {

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected