In public APIs — yes, of course. Also, sometimes i...
# announcements
m
In public APIs — yes, of course. Also, sometimes i return unmodifiable views of mutable lists:
Collections.unmodifiableList(someArrayList)
.
👍 2