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

Method forward

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

Source from the content-addressed store, hash-verified

4009 abstract static class DescendingMap<K, V> extends ForwardingMap<K, V>
4010 implements NavigableMap<K, V> {
4011 abstract NavigableMap<K, V> forward();
4012
4013 @Override
4014 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