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

Method floorEntry

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

unmodifiableOrNullMethod · 0.45
floorEntryMethod · 0.45

Tested by

no test coverage detected