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

Method lowerEntry

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

Source from the content-addressed store, hash-verified

4048 }
4049
4050 @Override
4051 public Entry<K, V> lowerEntry(K key) {
4052 return forward().higherEntry(key);
4053 }
4054
4055 @Override
4056 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