Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
StaticBucketMap#putall() uses inefficient keySet() iterator when it could use entrySet() iterator.
Patch to follow.
StaticBucketMap#putall() uses inefficient keySet() iterator when it could use entrySet() iterator.
Patch to follow.