public interface Iterable<T>
实现这个接口允许对象成为 "foreach" 语句的目标。
Iterator<T>
iterator()
Iterator<T> iterator()