java集合框架

Collection : Set(HashSet, LinkedHashSet, TreeSet) and List(ArrayList, LinkedList, Vector, Stack)

                 Map(HashMap, LinkedHashMap, TreeMap)

其中的区别与联系详见(介绍得较全面):

http://lcy0202.iteye.com/blog/1562218

java编程 Comments(0) 2013年4月24日 13:24