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

Method lower

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

Source from the content-addressed store, hash-verified

3784 }
3785
3786 @Override
3787 public K lower(K e) {
3788 return map().lowerKey(e);
3789 }
3790
3791 @Override
3792 public K floor(K e) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
lowerKeyMethod · 0.45

Tested by

no test coverage detected