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

Method forward

corpus/java/training/guava/collect/Maps.java:3942–3942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3940 implements NavigableMap<K, V> {
3941
3942 abstract NavigableMap<K, V> forward();
3943
3944 @Override
3945 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