testSed4 = sedenia4.get(0);
while (it8.hasNext()) {
tempRozdiel = it8.next();
tempSed4 = it7.next();
if (testSed4.equals(tempSed4)) {
testSed4 = tempSed4;
casy.add(tempRozdiel);
} else {
casy.add(hodnota);
testSed4 = tempSed4;
}
}
for (int j = 0; j < casy.size(); j++) {
System.out.println(casy.get(j) + " casy");
}
为什么我有错误: tempRozdiel = it8.next();
这段代码有什么不好?