Java 容器分为 Collection 和 Map 两大类,其下又有很多子类,如下所示: Collection List、ArrayList、LinkedList、Vector、Stack、 Set、HashSet、LinkedHashSet、TreeSetMap HashMap、LinkedHashMap、TreeMap、 ConcurrentHashMap、Hashtable