Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.1, 1.5.2, 1.6.3, 2.0.2, 2.1.3, 2.2.3, 2.3.4, 2.4.5, 3.0.0
Description
BytesToBytesMap currently has a thread safe and unsafe iterator method. This is somewhat confusing. We should make iterator() thread safe and remove the safeIterator() function.