我收到了NoSuchElementException,但是我不知道如何在这些行中对其进行修复:
pq1.insert(G.Arcos1().iterator().next().getPunto1().getId(), Double.toString(G.Arcos1().iterator().next().getPeso()) ); //The problem is here
PrimMST prim = new PrimMST(estaciones); //This one calls the first one
我知道没有上下文就很难解决问题,但是我只需要一些有关问题可能是什么的想法。
谢谢。