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

Method lowerKey

output/java_guava/1.4.17/Maps.java:4051–4054  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4049 }
4050
4051 @Override
4052 public K lowerKey(K key) {
4053 return forward().higherKey(key);
4054 }
4055
4056 @Override
4057 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