Java中的集合框架
Collection Framework in Java
A Collection allows a group of objects to be treated as a single unit
Java Collection Framework provides a set of utility classes for managing various kinds of collections
The collection interface extends the Iterable interface that specifies an iterator to sequentially access the elements of the Iterable Object