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

Method lowerKey

output/java_guava/1.4.19/Maps.java:4055–4058  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4053 }
4054
4055 @Override
4056 public K lowerKey(K key) {
4057 return forward().higherKey(key);
4058 }
4059
4060 @Override
4061 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