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

Method floor

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

Source from the content-addressed store, hash-verified

3785 }
3786
3787 @Override
3788 public K floor(K e) {
3789 return map().floorKey(e);
3790 }
3791
3792 @Override
3793 public K ceiling(K e) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
floorKeyMethod · 0.45

Tested by

no test coverage detected