Iterator背后的实现原理
public class CollectionTest2 { public static void main(String[] args) { Collection<Student> collection = new ArrayList<Student>(); Student student = new Student("aaaa...