java 集合初解

java集合接口主要:Collection和 Map

Collection<--List<--Vector<--Stack --线程安全
Collection<--List<--LinkedList ---链表
Collection<--Set<--HashSet
Collection<--Set<--HashSet<--LinkedHashSet
Collection<--Set<--SortedSet<--TreeSet
 
工具类:Collections,Arrays,Iterable

posted on 2019-02-14 14:07  爱老虎哟  阅读(123)  评论(0编辑  收藏  举报

导航