It's not immutable. If passed to Java, it can be m...
# getting-started
d
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