An Immutable Class
摘要:
一个简单的Immutable Class: class Contact { public Contact(String fullName, String phoneNumber) { this.fullName= fullName; this.phoneNumber= phoneNumber; } public Contact Ch... 阅读全文
posted @ 2008-05-18 21:05
J.D Huang
阅读(319)
评论(0)
推荐(0)