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

Method size

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

Source from the content-addressed store, hash-verified

4139 }
4140
4141 @Override
4142 public int size() {
4143 return map().size();
4144 }
4145
4146 @Override
4147 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected