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

Method size

output/java_guava/1.4.17/ForwardingMap.java:71–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 protected abstract Map<K, V> delegate();
70
71 @Override
72 public int size() {
73 return delegate().size();
74 }
75
76 @Override
77 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected