list集合详解
摘要:List主要分为三类:ArrayList, LinkedList和Vector List接口 List是一个有序的集合,和set不同的是,List允许存储项的值为空,也允许存储相等值的存储项,还举出了e1.equals(e2)的例子 List是继承于Collection接口,除了Collection
阅读全文
posted @ 2019-09-02 13:55
posted @ 2019-09-02 13:55
posted @ 2019-09-02 11:50