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

Method floor

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

Source from the content-addressed store, hash-verified

3721 }
3722
3723 @Override
3724 public K floor(K e) {
3725 return map().floorKey(e);
3726 }
3727
3728 @Override
3729 public K ceiling(K e) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
floorKeyMethod · 0.45

Tested by

no test coverage detected