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

Method map

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

Source from the content-addressed store, hash-verified

3779 }
3780
3781 @Override
3782 NavigableMap<K, V> map() {
3783 return (NavigableMap<K, V>) map;
3784 }
3785
3786 @Override
3787 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