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

Method getConcurrencyLevel

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

Source from the content-addressed store, hash-verified

194 }
195
196 int getConcurrencyLevel() {
197 return (concurrencyLevel == UNSET_INT) ? DEFAULT_CONCURRENCY_LEVEL : concurrencyLevel;
198 }
199
200 /**
201 * 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