java中list和map详解

一、概叙   List , Set, Map都是接口,前两个继承至Collection接口,Map为独立接口,   List下有ArrayList,Vector,LinkedList   Set下有HashSet,LinkedHashSet,TreeSet   Map下有Hashtable,LinkedHashMap,HashMap,TreeMap   Collection接口下还有个Queue接
相关文章
相关标签/搜索