...
Enumerations and iterators of objects of a Collection
also require explicit synchronization on the Collection
collection object (client-side locking) or an internal private lock object.
...
...
Enumerations and iterators of objects of a Collection
also require explicit synchronization on the Collection
collection object (client-side locking) or an internal private lock object.
...