第07章_容器_05_Iterator

Iterator 接口 实现 容器的遍历操作 Collection c = new HashSet();      \\HashSet 容器 //c.add(new Integer(100));            c.add(new Name("f1","f2"));          \\为该容器添加元素 c.add(new Name("f2","f3")); c.add(new Name(
相关文章
相关标签/搜索