...
Neither the original array values nor the public
list can be modified by a client. For more details about unmodifiable wrappers, refer to 03 OBJ56-J. Provide sensitive mutable classes with unmodifiable wrappers. This solution can also be used when the array contains mutable objects.
...