Collection是对象集合,Collection有两个子接口List和Set List可以通过下标(1.2...)来取值,值可以重复 Set只能通过游标来取值,并且值是不能重复的 Map是键值对集合