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

Method delegate

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

Source from the content-addressed store, hash-verified

66 protected ForwardingMap() {}
67
68 @Override
69 protected abstract Map<K, V> delegate();
70
71 @Override
72 public int size() {

Callers 14

sizeMethod · 0.95
isEmptyMethod · 0.95
removeMethod · 0.95
clearMethod · 0.95
containsKeyMethod · 0.95
containsValueMethod · 0.95
getMethod · 0.95
putMethod · 0.95
putAllMethod · 0.95
keySetMethod · 0.95
valuesMethod · 0.95
entrySetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected