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