java中的容器
- 数组
- collection接口
- list接口
- ArrayList
- LinkedList
- Vector
- stack
- set接口
- HashSet
- SortedSet接口
- TreeSet
- list接口
- map接口
- HashMap
- SoredMap接口
- TreeMap
- HashTable
- Properties
- 容器相关
- Iterator接口
- ListIterator接口
- Collections工具类
- Enumeration接口
- Iterator接口