MCPcopy Create free account
hub / github.com/antlr/codebuff / delegate

Method delegate

output/java_guava/1.4.19/Maps.java:4013–4016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4011 abstract NavigableMap<K, V> forward();
4012
4013 @Override
4014 protected final Map<K, V> delegate() {
4015 return forward();
4016 }
4017
4018 private transient Comparator<? super K> comparator;
4019

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.95

Tested by

no test coverage detected