Nir
09/23/2020, 4:52 PMraulraja
09/23/2020, 5:50 PMNir
09/23/2020, 6:01 PMList
, Map
, etc, that they have constructed themselvesNir
09/23/2020, 6:02 PM.map { it }
, you get a list that nobody else has a reference to, and you only have a read-only reference to it. So, it's immutable shy of deliberate down casting, which is horrible code smell anyway.Nir
09/23/2020, 6:02 PMraulraja
09/23/2020, 6:45 PMNir
09/23/2020, 7:10 PMmap
back into Java code?raulraja
09/23/2020, 8:59 PMNir
09/23/2020, 9:35 PMNir
09/23/2020, 9:36 PMNir
09/23/2020, 9:36 PMList
to ensure that mutation does not actually occurraulraja
09/23/2020, 10:01 PM