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

Method floor

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

Source from the content-addressed store, hash-verified

3789 }
3790
3791 @Override
3792 public K floor(K e) {
3793 return map().floorKey(e);
3794 }
3795
3796 @Override
3797 public K ceiling(K e) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
floorKeyMethod · 0.45

Tested by

no test coverage detected