Join Slack
Powered by
It's not immutable. If passed to Java, it can be m...
# getting-started
d
diesieben07
11/05/2018, 10:52 AM
It's not immutable. If passed to Java, it can be modified. If you want a truly immutable collection, you need to use
java.util.Collections.unmodifiableXXX
, or an external library
2
Views
Open in Slack
Previous
Next