...
Additionally, an object's state may get corrupted if it returns references to internal mutable components. Accessors must therefore consequently return defensive copies of internal mutable objects.
...
...
Additionally, an object's state may get corrupted if it returns references to internal mutable components. Accessors must therefore consequently return defensive copies of internal mutable objects.
...