how to fix cannot find symbol -variable dequeue?

前端 未结 0 819
鱼传尺愫
鱼传尺愫 2020-12-30 17:14
while (!theQueue.isEmpty())
        {
            l = (lorry)theQueue.dequeue;
            tempQueue.enqueue (l);
    }

error in l = (lorry)th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题