对象的容器,实现类对对象常用的操作。
java.util.*;
特点:代表一组任意类型的对象,无序,无下标,不能重复。 创建集合:Collection collection = new ArrayList();
参考资料:java集合框架之collection