MCPcopy
hub / github.com/google/guava / map

Method map

guava/src/com/google/common/collect/Maps.java:3992–3995  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3990 }
3991
3992 @Override
3993 NavigableMap<K, V> map() {
3994 return (NavigableMap<K, V>) map;
3995 }
3996
3997 @Override
3998 public @Nullable K lower(@ParametricNullness 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