解答越详细越好~~~~~~~~~~!!!!!!!!!!!!

解决方案 »

  1.   

    http://download.csdn.net/user/tiancuiwusky  就是这个
      

  2.   

    1 Arrays
    2 (Collections)
    3 ??
    4 Collection
    5 TreeSet
    6 SortedSet
    7 Iterator
    8 Collection
      

  3.   

    1. Arrays
    2. Collection
    3. Iterator(不太确定,但是不用它好像有点怪,API中说:Iterator是对 collection 进行迭代的迭代器)
    4. Collection
    5. TreeSet
    6. SortedSet
    7. TreeSet (linear access 指线性访问,如链表,只能从首节点开始一个一个遍历过去,不能指定访问数据集合中的第Index个元素)
    8. Arrays (random access 指随机访问,如数组,可以直接指定访问序列中的第Index个元素)
     
      

  4.   

    抱歉,刚刚发错了,看这个吧,不行了去睡觉 — — |||
    1. Arrays
    2. Iterator(不太确定,但是不用它好像有点怪,API中说:Iterator是对 collection 进行迭代的迭代器)
    3. Arrays
    4. Collection
    5. TreeSet
    6. SortedSet
    7. TreeSet (linear access 指线性访问,如链表,只能从首节点开始一个一个遍历过去,不能指定访问数据集合中的第Index个元素)
    8. Arrays (random access 指随机访问,如数组,可以直接指定访问序列中的第Index个元素)