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

Method floorEntry

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

Source from the content-addressed store, hash-verified

4058 }
4059
4060 @Override
4061 public Entry<K, V> floorEntry(K key) {
4062 return forward().ceilingEntry(key);
4063 }
4064
4065 @Override
4066 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