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

Method ceiling

guava/src/com/google/common/collect/Maps.java:4007–4010  ·  view source on GitHub ↗
(@ParametricNullness K e)

Source from the content-addressed store, hash-verified

4005 }
4006
4007 @Override
4008 public @Nullable K ceiling(@ParametricNullness K e) {
4009 return map().ceilingKey(e);
4010 }
4011
4012 @Override
4013 public @Nullable K higher(@ParametricNullness K e) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
ceilingKeyMethod · 0.45

Tested by

no test coverage detected