Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
We can do map.immutable() we should also be able to do map.synchronized() and list.synchronized().
This is just a trivial helper method for map = CollectionUtils.synchronizedMap(map) and ditto for List - it just saves mucho typing & importing.