-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b93
The Collections.synchronizedCollection states the traversal constraints for Iterator/Spliterator/Stream:
* It is imperative that the user manually synchronize on the returned
* collection when traversing it via {@link Iterator}, {@link Spliterator}
* or {@link Stream}:
The other synchronized* methods need to be updated to state the same.
* It is imperative that the user manually synchronize on the returned
* collection when traversing it via {@link Iterator}, {@link Spliterator}
* or {@link Stream}:
The other synchronized* methods need to be updated to state the same.