MCPcopy
hub / github.com/google/guava / lowerEntry

Method lowerEntry

guava/src/com/google/common/collect/Maps.java:4281–4284  ·  view source on GitHub ↗
(@ParametricNullness K key)

Source from the content-addressed store, hash-verified

4279 }
4280
4281 @Override
4282 public @Nullable Entry<K, V> lowerEntry(@ParametricNullness K key) {
4283 return forward().higherEntry(key);
4284 }
4285
4286 @Override
4287 public @Nullable K lowerKey(@ParametricNullness K key) {

Callers 12

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

Calls 2

forwardMethod · 0.95
higherEntryMethod · 0.45

Tested by

no test coverage detected