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

Method floorKey

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

floorKeyMethod · 0.45

Tested by

no test coverage detected