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

Method ceiling

output/java_guava/1.4.17/Maps.java:3792–3795  ·  view source on GitHub ↗
(K e)

Source from the content-addressed store, hash-verified

3790 }
3791
3792 @Override
3793 public K ceiling(K e) {
3794 return map().ceilingKey(e);
3795 }
3796
3797 @Override
3798 public K higher(K e) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
ceilingKeyMethod · 0.45

Tested by

no test coverage detected