ConcurrentModificationException has links to Vector, Hashtable, LinkedList

Andrey Turbanov turbanoff at gmail.com
Fri Jan 27 08:04:27 UTC 2023


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


More information about the core-libs-dev mailing list