Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.2
-
None
-
None
Description
The javadoc for the unmodifiables collections doesn't document the behavior when the user attempts to modify the collection. The documentation should mention that an UnsupportedOperationException is thrown if the collection is changed directly or indirectly using an iterator.