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

Method floorEntry

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

Source from the content-addressed store, hash-verified

4289 }
4290
4291 @Override
4292 public @Nullable Entry<K, V> floorEntry(@ParametricNullness K key) {
4293 return forward().ceilingEntry(key);
4294 }
4295
4296 @Override
4297 public @Nullable K floorKey(@ParametricNullness K key) {

Callers 13

floorEntryMethod · 0.45
floorEntryMethod · 0.45
ceilingEntryMethod · 0.45
rangeContainingMethod · 0.45
enclosesMethod · 0.45
rangeEnclosingMethod · 0.45
addMethod · 0.45
removeMethod · 0.45
getMethod · 0.45
getEntryMethod · 0.45
coalescedRangeMethod · 0.45
spanMethod · 0.45

Calls 2

forwardMethod · 0.95
ceilingEntryMethod · 0.45

Tested by

no test coverage detected