Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getKeyStrength
Method
getKeyStrength
corpus/java/training/guava/collect/MapMaker.java:221–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
219
}
220
221
Strength getKeyStrength() {
222
return
MoreObjects.firstNonNull(keyStrength, Strength.STRONG);
223
}
224
225
/**
226
* Specifies that each value (not key) stored in the map should be wrapped in a
Callers
2
getKeyEquivalence
Method · 0.95
MapMakerInternalMap
Method · 0.45
Calls
1
firstNonNull
Method · 0.95
Tested by
no test coverage detected