Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ delegate
Method
delegate
corpus/java/training/guava/collect/Maps.java:3944–3947 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3942
abstract NavigableMap<K, V> forward();
3943
3944
@Override
3945
protected
final
Map<K, V> delegate() {
3946
return
forward();
3947
}
3948
3949
private
transient Comparator<? super K> comparator;
3950
Callers
nothing calls this directly
Calls
1
forward
Method · 0.95
Tested by
no test coverage detected