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