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

Method ceiling

corpus/java/training/guava/collect/Maps.java:3728–3731  ·  view source on GitHub ↗
(K e)

Source from the content-addressed store, hash-verified

3726 }
3727
3728 @Override
3729 public K ceiling(K e) {
3730 return map().ceilingKey(e);
3731 }
3732
3733 @Override
3734 public K higher(K e) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
ceilingKeyMethod · 0.45

Tested by

no test coverage detected