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

Method getConcurrencyLevel

output/java_guava/1.4.17/MapMaker.java:194–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 }
193
194 int getConcurrencyLevel() {
195 return (concurrencyLevel == UNSET_INT) ? DEFAULT_CONCURRENCY_LEVEL : concurrencyLevel;
196 }
197
198 /**
199 * Specifies that each key (not value) stored in the map should be wrapped in a

Callers 3

makeMapMethod · 0.95
MapMakerInternalMapMethod · 0.45
LocalCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected