摘要:
今天看NFS-RPC的源码,看到有这样的代码:Collections.unmodifiableList(servers);突然想起来自己之前看重构时的一种叫Encapsulate Collection的思想,今天以代码为主线再来回顾下:1publicclassCompany {23privateString companyName;//the name of company4privateList<String> clerkList;//the clerk list56//companyName,clearList getter and setter method7........ 阅读全文
posted @ 2012-11-01 23:35
刺猬的温驯
阅读(194)
评论(0)
推荐(0)
浙公网安备 33010602011771号