摘要: Immutable ObjectsAn object is consideredimmutableif its state cannot change after it is constructed. Maximum reliance on immutable objects is widely accepted as a sound strategy for creating simple, reliable code.Immutable objects are particularly useful in concurrent applications. Since they cannot 阅读全文
posted @ 2013-08-19 01:18 alexander.bruce.lee 阅读(860) 评论(0) 推荐(0)