Join Slack
Powered by
Just a quick question, when getting a `List<Obj...
# announcements
f
frellan
04/03/2018, 5:16 AM
Just a quick question, when getting a
List<Object>
from an Object and then calling
.toMutableList()
on it, that creates a copy of everything right? You dont modify the original immutable instance variable list? Because that would be stupid…
Open in Slack
Previous
Next