Iterable接口:
Collection接口:
List接口
LinkedList类
ArrayList类
Vector类
Stack类
Set接口
SortedSet接口
TreeSet类
HashSet类
LinkedHashSet类
Queue接口
Deque接口
LinkedList类
Map接口:
SortedMap<K,V>接口:
TreeMap<K,V>类
HashMap<K,V>
LinkedHashMap<K,V>类
Dictionary<K,V>抽象类:
Hashtable<K,V>类:
Properties类
本文详细介绍了Java中各种集合类的特性和用法,包括List、Set、Queue等接口及其实现类,如ArrayList、LinkedList、HashSet等。此外,还深入探讨了Map接口及其主要实现类,例如HashMap、TreeMap等。
935

被折叠的 条评论
为什么被折叠?



