我正在创建 ArrayLists 并使用 push() 将它们存储在 Stack 中。然而,当我弹出时,它给了我一个错误Object cannot be converted to List<Integer>。这是我的代码:
Object cannot be converted to List<Integer>
List<Integer> myl=new ArrayList<Integer>(); myl=myStack.pop();
aluckdog
相关分类