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

Method map

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

Source from the content-addressed store, hash-verified

3871
3872 abstract static class EntrySet<K, V> extends Sets.ImprovedAbstractSet<Entry<K, V>> {
3873 abstract Map<K, V> map();
3874
3875 @Override
3876 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