Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cellSet
Method · 0.95
clear
Method · 0.95
column
Method · 0.95
columnKeySet
Method · 0.95
columnMap
Method · 0.95
contains
Method · 0.95
containsColumn
Method · 0.95
containsRow
Method · 0.95
containsValue
Method · 0.95
get
Method · 0.95
isEmpty
Method · 0.95
put
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected