gpt4 book ai didi

java - 数组列表索引 0 大小 0 错误

转载 作者:行者123 更新时间:2023-12-01 07:28:51 25 4
gpt4 key购买 nike

我正在制作纸牌游戏 war 的程序,我需要纸牌不再出现,所以我使用了数组列表。我在使用此数组列表时遇到问题,因为它应该是随机的并删除了数字,但我收到错误 IndexOutOfBoundsException: Index 0, Size 0

List<Integer> values = new ArrayList<Integer>();
Random random = new Random();

Integer rand = random.nextInt(values.size()+1);
Integer cardId = values.get(rand);
values.remove(rand);

最佳答案

首先将您的卡添加到您的值列表中(例如可能不是整数)。我的意思是,你需要一副牌才能玩。

关于java - 数组列表索引 0 大小 0 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20038606/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com