We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cf72e commit 394d926Copy full SHA for 394d926
README.md
@@ -555,6 +555,9 @@ concurrently doesn't solve this problem.** If the collection is relatively small
555
copied entirely, or a copy-on-write collection (see [Sc.3](#non-blocking-collections)) should be
556
used instead of a non-thread-safe collection.
557
558
+Note that calling `toString()` on a collection (e. g. in a logging statement) implicitly iterates
559
+over it.
560
+
561
Like the previous item, this one applies to growing ArrayLists too.
562
563
This item applies even to synchronized collections: see [RC.10](#synchronized-collection-iter) for
0 commit comments