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

Method size

output/java_guava/1.4.19/Maps.java:3944–3947  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3942 abstract Map<K, V> map();
3943
3944 @Override
3945 public int size() {
3946 return map().size();
3947 }
3948
3949 @Override
3950 public void clear() {

Callers 1

snapshotMethod · 0.95

Calls 2

mapMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected