Immutable Violation Exception
The exception thrown when any of this container's mutation methods are called.
This applies to the standard java.util.Collection methods such as add()
, remove()
and clear()
.
The exception thrown when any of this container's mutation methods are called.
This applies to the standard java.util.Collection methods such as add()
, remove()
and clear()
.