Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ delegate
Method
delegate
output/java_guava/1.4.18/Maps.java:4009–4012 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4007
abstract NavigableMap<K, V> forward();
4008
4009
@Override
4010
protected
final
Map<K, V> delegate() {
4011
return
forward();
4012
}
4013
4014
private
transient Comparator<? super K> comparator;
4015
Callers
nothing calls this directly
Calls
1
forward
Method · 0.95
Tested by
no test coverage detected