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

Method size

output/java_guava/1.4.18/Maps.java:3940–3943  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3938 abstract Map<K, V> map();
3939
3940 @Override
3941 public int size() {
3942 return map().size();
3943 }
3944
3945 @Override
3946 public void clear() {

Callers 1

snapshotMethod · 0.95

Calls 2

mapMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected