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

Method map

output/java_guava/1.4.17/Maps.java:3777–3780  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3775 }
3776
3777 @Override
3778 NavigableMap<K, V> map() {
3779 return (NavigableMap<K, V>) map;
3780 }
3781
3782 @Override
3783 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