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

Method delegate

output/java_guava/1.4.19/ForwardingTable.java:42–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 protected ForwardingTable() {}
41
42 @Override
43 protected abstract Table<R, C, V> delegate();
44
45 @Override
46 public Set<Cell<R, C, V>> cellSet() {

Callers 15

cellSetMethod · 0.95
clearMethod · 0.95
columnMethod · 0.95
columnKeySetMethod · 0.95
columnMapMethod · 0.95
containsMethod · 0.95
containsColumnMethod · 0.95
containsRowMethod · 0.95
containsValueMethod · 0.95
getMethod · 0.95
isEmptyMethod · 0.95
putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected