Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ valueOrNull
Method
valueOrNull
output/java_guava/1.4.17/Maps.java:3722–3725 ·
view source on GitHub ↗
(@Nullable Entry<?, V> entry)
Source
from the content-addressed store, hash-verified
3720
}
3721
3722
@Nullable
3723
static
<V> V valueOrNull(@Nullable Entry<?, V> entry) {
3724
return
(entry == null) ? null : entry.getValue();
3725
}
3726
3727
3728
static
class
SortedKeySet<K, V> extends KeySet<K, V>
Callers
2
get
Method · 0.95
get
Method · 0.95
Calls
1
getValue
Method · 0.65
Tested by
no test coverage detected