Hello.
I've noticed that ConcurrentModificationException javadoc has a "See
Also" section which contains links to legacy collections: Vector,
Hashtable, LinkedList.
https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/util/ConcurrentModificationException.html
I wonder if it makes sense to replace/update this linkes to
ArrayList,HashMap instead?

I think it's better to "advertise" more modern collections.

Andrey Turbanov

Reply via email to