MCPcopy
hub / github.com/google/guava / map

Method map

guava/src/com/google/common/collect/Maps.java:4164–4164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4162 abstract static class EntrySet<K extends @Nullable Object, V extends @Nullable Object>
4163 extends Sets.ImprovedAbstractSet<Entry<K, V>> {
4164 abstract Map<K, V> map();
4165
4166 @Override
4167 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