()
| 158 | } |
| 159 | |
| 160 | int getInitialCapacity() { |
| 161 | return (initialCapacity == UNSET_INT) ? DEFAULT_INITIAL_CAPACITY : initialCapacity; |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * Guides the allowed concurrency among update operations. Used as a hint for internal sizing. The |
no outgoing calls
no test coverage detected