Is there any performance risk to Collections.unmodifiableList?

Viewed 5778

I suggested returning Collections.unmodifiableList() instead of directly returning a member variable, and my colleague is concerned that there would be a performance hit. Of course the best answer is to measure it, and we may do that - but I'd like to know your experiences and any references, pro or con.

3 Answers
Related