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

Method forward

output/java_guava/1.4.18/Maps.java:4007–4007  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4005 abstract static class DescendingMap<K, V> extends ForwardingMap<K, V>
4006 implements NavigableMap<K, V> {
4007 abstract NavigableMap<K, V> forward();
4008
4009 @Override
4010 protected final Map<K, V> delegate() {

Callers 15

delegateMethod · 0.95
comparatorMethod · 0.95
firstKeyMethod · 0.95
lastKeyMethod · 0.95
lowerEntryMethod · 0.95
lowerKeyMethod · 0.95
floorEntryMethod · 0.95
floorKeyMethod · 0.95
ceilingEntryMethod · 0.95
ceilingKeyMethod · 0.95
higherEntryMethod · 0.95
higherKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected