Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ valueOrNull
Method
valueOrNull
output/java_guava/1.4.19/Maps.java:3726–3729 ·
view source on GitHub ↗
(@Nullable Entry<?, V> entry)
Source
from the content-addressed store, hash-verified
3724
}
3725
3726
@Nullable
3727
static
<V> V valueOrNull(@Nullable Entry<?, V> entry) {
3728
return
(entry == null) ? null : entry.getValue();
3729
}
3730
3731
3732
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