()
| 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 |
no outgoing calls
no test coverage detected