Collection

Posted idea偶买噶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Collection相关的知识,希望对你有一定的参考价值。

常用集合类的继承结构如下: 
Collection<--List<--Vector 
Collection<--List<--ArrayList 
Collection<--List<--LinkedList 
Collection<--Set<--HashSet 
Collection<--Set<--HashSet<--LinkedHashSet 
Collection<--Set<--SortedSet<--TreeSet 
Map<--SortedMap<--TreeMap 
Map<--HashMap 

 

http://skyuck.iteye.com/blog/526358

以上是关于Collection的主要内容,如果未能解决你的问题,请参考以下文章

MongoDB基操

容器 的定义

java集合相关

Collection和Collections区别

java之集合概述

Java基础之Collection