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

Method size

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

Source from the content-addressed store, hash-verified

3849 }
3850
3851 @Override
3852 public int size() {
3853 return map().size();
3854 }
3855
3856 @Override
3857 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected