Java attack -Java 中的集合
Java 中的集合
Iterator interface <-- Iterable interface <-- Collection <--List,Set
interface <-- 具体类如ArrayList, Vector, LinkedList ,HashSet,TreeSet
有序集合
List 有序的集合,元素可重复的。因此继承List 集合接口的接口,或子类都有这样的特性。如ArrayList,Vector,LinkedList ,………..
做什么事贵在坚持, 什么事都怕认真. 只要你认真起来你就能成功!