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

Method floorEntry

corpus/java/training/guava/collect/Maps.java:3990–3993  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

3988 }
3989
3990 @Override
3991 public Entry<K, V> floorEntry(K key) {
3992 return forward().ceilingEntry(key);
3993 }
3994
3995 @Override
3996 public K floorKey(K key) {

Callers 12

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
spanMethod · 0.45
getMethod · 0.45

Calls 2

forwardMethod · 0.95
ceilingEntryMethod · 0.45

Tested by

no test coverage detected