摘要: 1、对集合中的自动定义的对象去重: 自定义Person类,同时复写hashCode和equals方法 package collection; public class Person { private String username; private String password; public 阅读全文
posted @ 2016-01-29 11:45 小xuan 阅读(1390) 评论(0) 推荐(0)