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

Method floorEntry

output/java_guava/1.4.17/Maps.java:3286–3289  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

3284 }
3285
3286 @Override
3287 public Entry<K, V> floorEntry(K key) {
3288 return unmodifiableOrNull(delegate.floorEntry(key));
3289 }
3290
3291 @Override
3292 public K floorKey(K key) {

Callers

nothing calls this directly

Calls 2

unmodifiableOrNullMethod · 0.45
floorEntryMethod · 0.45

Tested by

no test coverage detected