Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ entrySet
Method
entrySet
output/java_guava/1.4.17/ForwardingMap.java:128–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
@Override
129
public
Set<Entry<K, V>> entrySet() {
130
return
delegate().entrySet();
131
}
132
133
@Override
134
public
boolean equals(@Nullable Object object) {
Callers
4
standardRemove
Method · 0.95
standardClear
Method · 0.95
standardIsEmpty
Method · 0.95
standardHashCode
Method · 0.95
Calls
2
delegate
Method · 0.95
entrySet
Method · 0.65
Tested by
no test coverage detected