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

Method lowerEntry

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

Source from the content-addressed store, hash-verified

3274 }
3275
3276 @Override
3277 public Entry<K, V> lowerEntry(K key) {
3278 return unmodifiableOrNull(delegate.lowerEntry(key));
3279 }
3280
3281 @Override
3282 public K lowerKey(K key) {

Callers

nothing calls this directly

Calls 2

unmodifiableOrNullMethod · 0.45
lowerEntryMethod · 0.45

Tested by

no test coverage detected