Exception in thread "main" java.lang.Error: 无法解析的编译问题: 只能通过 ja
importjava.util.Iterator;publicclassTest{publicstaticvoidmain(String[]args){SinglyLin...
import java.util.Iterator;
public class Test {
public static void main(String[] args) {
SinglyLinkedList sll = new SinglyLinkedList();
sll.insertLast(0);
sll.remove(sll.after(sll.first()));
sll.remove(sll.first());
sll.insertFirst(1);
sll.insertAfter(sll.first(), 23);
sll.insertAfter(sll.after(sll.first()), 42);
sll.insertBefore(sll.first(), 33);
sll.insertBefore(sll.after(sll.first()), 56);
sll.insertLast(0);
sll.remove(sll.after(sll.first()));
sll.remove(sll.after(sll.first()));
sll.remove(sll.first());
sll.remove(sll.first());
sll.remove(sll.first());
for (Object o : sll)
System.out.print(o + " ");
}
}
Exception in thread "main" java.lang.Error: 无法解析的编译问题:
只能通过 java.lang.Iterable 的数组或实例进行迭代
at a.Test.main(Test.java:25) 展开
public class Test {
public static void main(String[] args) {
SinglyLinkedList sll = new SinglyLinkedList();
sll.insertLast(0);
sll.remove(sll.after(sll.first()));
sll.remove(sll.first());
sll.insertFirst(1);
sll.insertAfter(sll.first(), 23);
sll.insertAfter(sll.after(sll.first()), 42);
sll.insertBefore(sll.first(), 33);
sll.insertBefore(sll.after(sll.first()), 56);
sll.insertLast(0);
sll.remove(sll.after(sll.first()));
sll.remove(sll.after(sll.first()));
sll.remove(sll.first());
sll.remove(sll.first());
sll.remove(sll.first());
for (Object o : sll)
System.out.print(o + " ");
}
}
Exception in thread "main" java.lang.Error: 无法解析的编译问题:
只能通过 java.lang.Iterable 的数组或实例进行迭代
at a.Test.main(Test.java:25) 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励30(财富值+成长值)
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询