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

Method lower

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

Source from the content-addressed store, hash-verified

3716 }
3717
3718 @Override
3719 public K lower(K e) {
3720 return map().lowerKey(e);
3721 }
3722
3723 @Override
3724 public K floor(K e) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
lowerKeyMethod · 0.45

Tested by

no test coverage detected