Join Slack
Communities
Powered by
Actually immutable collections are good not just b...
# announcements
m
michaelrocks
02/09/2016, 11:01 AM
Actually immutable collections are good not just because they’re immutable, but also because they support quite efficient modifications. If you need just immutability, then
unmodifiableList()
is enough I think.
Open in Slack
Previous
Next