摘要:
第一 : ArrayList(非泛型集合) 与List(泛型集合) ArrayList 是数组的复杂版本。ArrayList 类提供在大多数 Collections 类中提供但不在 Array 类中提供的一些功能: 1.Array 的容量是固定的,而 ArrayList 的容量是根据需要自动扩展的。 阅读全文
posted @ 2017-04-07 09:16 Remnart 阅读(164) 评论(0) 推荐(0)
|
|||
|
摘要:
第一 : ArrayList(非泛型集合) 与List(泛型集合) ArrayList 是数组的复杂版本。ArrayList 类提供在大多数 Collections 类中提供但不在 Array 类中提供的一些功能: 1.Array 的容量是固定的,而 ArrayList 的容量是根据需要自动扩展的。 阅读全文
posted @ 2017-04-07 09:16 Remnart 阅读(164) 评论(0) 推荐(0) |
|||