Hi!
The methods from the Collections class that return a unmodifiable version of the passed Collection create a new class that have a copy of the passed parameters or a wrapper that delegate to the methods of the passed collection?
Thanks in advance
The methods from the Collections class that return a unmodifiable version of the passed Collection create a new class that have a copy of the passed parameters or a wrapper that delegate to the methods of the passed collection?
Thanks in advance