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

Method lowerEntry

output/java_guava/1.4.18/Maps.java:4046–4049  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4044 }
4045
4046 @Override
4047 public Entry<K, V> lowerEntry(K key) {
4048 return forward().higherEntry(key);
4049 }
4050
4051 @Override
4052 public K lowerKey(K key) {

Callers 10

lowerEntryMethod · 0.45
lowerEntryMethod · 0.45
higherEntryMethod · 0.45
intersectsMethod · 0.45
addMethod · 0.45
removeMethod · 0.45
getMethod · 0.45
entryIteratorMethod · 0.45
removeMethod · 0.45
spanMethod · 0.45

Calls 2

forwardMethod · 0.95
higherEntryMethod · 0.45

Tested by

no test coverage detected