摘要:
一:Collection接口 Set接口和List接口都继承于Collection接口 1.Set 无序不可重复 (1)HashSet HashSet其实是一个map,源代码: add()方法调用的是个map,源代码: public boolean add(E e) { return map.put 阅读全文
posted @ 2019-05-06 08:25
jialanshun
阅读(179)
评论(0)
推荐(0)
浙公网安备 33010602011771号