Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
size
Method · 0.95
isEmpty
Method · 0.95
remove
Method · 0.95
clear
Method · 0.95
containsKey
Method · 0.95
containsValue
Method · 0.95
get
Method · 0.95
put
Method · 0.95
putAll
Method · 0.95
keySet
Method · 0.95
values
Method · 0.95
entrySet
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected