1、ArrayList概念

1、arrayList常用API:

  • add()
  • remove()
  • iterator()
  • set()
  • toArrays()
  • asList()承上
  • clear()
  • retain()
  • and so on

明天补充