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

Method map

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

Source from the content-addressed store, hash-verified

3711 }
3712
3713 @Override
3714 NavigableMap<K, V> map() {
3715 return (NavigableMap<K, V>) map;
3716 }
3717
3718 @Override
3719 public K lower(K e) {

Callers 10

lowerMethod · 0.95
floorMethod · 0.95
ceilingMethod · 0.95
higherMethod · 0.95
pollFirstMethod · 0.95
pollLastMethod · 0.95
descendingSetMethod · 0.95
subSetMethod · 0.95
headSetMethod · 0.95
tailSetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected