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

Method map

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

Source from the content-addressed store, hash-verified

3940
3941 abstract static class EntrySet<K, V> extends Sets.ImprovedAbstractSet<Entry<K, V>> {
3942 abstract Map<K, V> map();
3943
3944 @Override
3945 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