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

Method size

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

Source from the content-addressed store, hash-verified

3873 abstract Map<K, V> map();
3874
3875 @Override
3876 public int size() {
3877 return map().size();
3878 }
3879
3880 @Override
3881 public void clear() {

Callers 1

snapshotMethod · 0.95

Calls 2

mapMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected