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

Method lowerEntry

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

unmodifiableOrNullMethod · 0.45
lowerEntryMethod · 0.45

Tested by

no test coverage detected