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

Method floorKey

output/java_guava/1.4.18/Maps.java:3291–3294  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

3289 }
3290
3291 @Override
3292 public K floorKey(K key) {
3293 return delegate.floorKey(key);
3294 }
3295
3296 @Override
3297 public Entry<K, V> ceilingEntry(K key) {

Callers

nothing calls this directly

Calls 1

floorKeyMethod · 0.45

Tested by

no test coverage detected