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

Method lowerKey

corpus/java/training/guava/collect/Maps.java:3985–3988  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

3983 }
3984
3985 @Override
3986 public K lowerKey(K key) {
3987 return forward().higherKey(key);
3988 }
3989
3990 @Override
3991 public Entry<K, V> floorEntry(K key) {

Callers 4

lowerKeyMethod · 0.45
lowerKeyMethod · 0.45
lowerMethod · 0.45
higherKeyMethod · 0.45

Calls 2

forwardMethod · 0.95
higherKeyMethod · 0.45

Tested by

no test coverage detected