[b]一、引用参考[/b]
--java 常用的三大集合类
[url]https://www.cnblogs.com/shiyoushao/p/6081858.html[/url]
--JAVA集合类汇总
[url]http://www.cnblogs.com/leeplogs/p/5891861.html[/url]
--Java之美[从菜鸟到高手演变]之集合类
[url]http://blog.csdn.net/zhangerqing/article/details/8122075[/url]
--Java集合总览
[url]http://www.importnew.com/13801.html[/url]
--java集合(list,set,map)
[url]https://www.cnblogs.com/yangliguo/p/7476788.html[/url]
--Java集合类: Set、List、Map、Queue使用场景梳理
[url]https://www.cnblogs.com/LittleHann/p/3690187.html[/url]
[b]二、接口[/b]
----------------------------------------------------------
Map接口
----------------------------------------------------------
--【Map】
----------------------------------------------------------
Collection接口
----------------------------------------------------------
--【List】
--【Set】
[url]https://blog.csdn.net/u012292754/article/details/79775318[/url]
--【Queue】
Java多线程总结之线程安全队列Queue
[url]http://hellosure.iteye.com/blog/1126541[/url]
[b]三、各种区别对比[/b]
【HashMap、HashTable、HashSet】
--HashMap和Hashtable的区别
[url]http://www.importnew.com/7010.html[/url]
[url]https://www.cnblogs.com/skywang12345/p/3311126.html[/url]
--java集合HashMap、HashTable、HashSet详解
[url]https://www.cnblogs.com/steven520213/p/8192091.html[/url]
【LinkedList与ArrayList】
--深入理解ArrayList与LinkedList的区别
[url]https://blog.csdn.net/bjzhuhehe/article/details/72230559[/url]
【ArrayList与Vector】
【Enumeration和Iterator】
--java 常用的三大集合类
[url]https://www.cnblogs.com/shiyoushao/p/6081858.html[/url]
--JAVA集合类汇总
[url]http://www.cnblogs.com/leeplogs/p/5891861.html[/url]
--Java之美[从菜鸟到高手演变]之集合类
[url]http://blog.csdn.net/zhangerqing/article/details/8122075[/url]
--Java集合总览
[url]http://www.importnew.com/13801.html[/url]
--java集合(list,set,map)
[url]https://www.cnblogs.com/yangliguo/p/7476788.html[/url]
--Java集合类: Set、List、Map、Queue使用场景梳理
[url]https://www.cnblogs.com/LittleHann/p/3690187.html[/url]
[b]二、接口[/b]
----------------------------------------------------------
Map接口
----------------------------------------------------------
--【Map】
----------------------------------------------------------
Collection接口
----------------------------------------------------------
--【List】
--【Set】
[url]https://blog.csdn.net/u012292754/article/details/79775318[/url]
--【Queue】
Java多线程总结之线程安全队列Queue
[url]http://hellosure.iteye.com/blog/1126541[/url]
[b]三、各种区别对比[/b]
【HashMap、HashTable、HashSet】
--HashMap和Hashtable的区别
[url]http://www.importnew.com/7010.html[/url]
[url]https://www.cnblogs.com/skywang12345/p/3311126.html[/url]
--java集合HashMap、HashTable、HashSet详解
[url]https://www.cnblogs.com/steven520213/p/8192091.html[/url]
【LinkedList与ArrayList】
--深入理解ArrayList与LinkedList的区别
[url]https://blog.csdn.net/bjzhuhehe/article/details/72230559[/url]
【ArrayList与Vector】
【Enumeration和Iterator】