使用Iterator的hasNext方法,next方法遍历集合 @Test public void testIte(){ Collection<String> c = new HashSet<String>(); c.add("java"); c.add("php"); c.add("cpp"); c.add("c#"); Iterator<... Other 2023-05-11 53 点赞 0 评论 80 浏览