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

Method ceiling

output/java_guava/1.4.19/Maps.java:3796–3799  ·  view source on GitHub ↗
(K e)

Source from the content-addressed store, hash-verified

3794 }
3795
3796 @Override
3797 public K ceiling(K e) {
3798 return map().ceilingKey(e);
3799 }
3800
3801 @Override
3802 public K higher(K e) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
ceilingKeyMethod · 0.45

Tested by

no test coverage detected