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

Method size

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

Source from the content-addressed store, hash-verified

3624 }
3625
3626 @Override
3627 public int size() {
3628 return map().size();
3629 }
3630
3631 @Override
3632 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected