第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(
相關文章
相關標籤/搜索