ArrayList丢失了特定对象的值
创始人
2024-09-14 08:00:42
0

如果在ArrayList中找不到特定对象的值,可以使用以下方法来解决问题:

  1. 使用contains()方法:使用ArrayList的contains()方法来检查特定对象是否存在于列表中。如果存在,可以使用get()方法获取该对象的值。
ArrayList list = new ArrayList<>();
list.add("Apple");
list.add("Banana");
list.add("Orange");

String searchItem = "Banana";
if (list.contains(searchItem)) {
    int index = list.indexOf(searchItem);
    String value = list.get(index);
    System.out.println("Found value: " + value);
} else {
    System.out.println("Value not found in the list.");
}
  1. 重写equals()方法:如果特定对象是自定义类的实例,可以在该类中重写equals()方法来比较对象的值。确保正确实现equals()方法可以使contains()方法正常工作。
class Fruit {
    private String name;

    public Fruit(String name) {
        this.name = name;
    }

    public String getName() {
        return name;
    }

    @Override
    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || getClass() != obj.getClass()) {
            return false;
        }
        Fruit fruit = (Fruit) obj;
        return Objects.equals(name, fruit.name);
    }
}

ArrayList fruits = new ArrayList<>();
fruits.add(new Fruit("Apple"));
fruits.add(new Fruit("Banana"));
fruits.add(new Fruit("Orange"));

Fruit searchItem = new Fruit("Banana");
if (fruits.contains(searchItem)) {
    int index = fruits.indexOf(searchItem);
    Fruit foundFruit = fruits.get(index);
    System.out.println("Found fruit: " + foundFruit.getName());
} else {
    System.out.println("Fruit not found in the list.");
}

使用上述方法之一,您可以找到ArrayList中特定对象的值。

相关内容

热门资讯

wepoker怎么设置盖牌!w... wepoker怎么设置盖牌!we-poker辅助器(透视)脚本-一贯总结真的有挂进入游戏-大厅左侧-...
wepoker底牌透视!wpk... wepoker底牌透视!wpk辅助(透视)神器-竟然曝光有挂1、任何wepoker底牌透视透视是真的...
hhpoker辅助软件!wej... hhpoker辅助软件!wejoker辅助器要钱玩吗(透视)教程-原来曝光真的是有挂一、wejoke...
德普之星辅助软件!wpk透视辅... 德普之星辅助软件!wpk透视辅助靠谱吗(透视)软件-果然总结真的有挂1、点击下载安装,德普之星辅助软...
德州机器人代打脚本!wepok... 德州机器人代打脚本!wepoker好友助力码(透视)攻略-原来科普真的有挂德州机器人代打脚本!wep...
hhpoker破解工具!aap... 您好,aapoker安装包怎么使用这款游戏可以开挂的,确实是有挂的,需要了解加去威信【1367043...
wepoker模拟器哪个!we... wepoker模拟器哪个!wepoker辅助器下载(透视)脚本-确实揭幕真的是有挂1、玩家可以在we...
wepoker私局代打!拱趴大... wepoker私局代打!拱趴大菠萝万能挂(透视)工具-好像推荐真的有挂亲,关键说明,拱趴大菠萝万能挂...
wpk透视工作室!pokemm... wpk透视工作室!pokemmo脚本(透视)技巧-切实解密真的是有挂该软件可以轻松地帮助玩家将wpk...
wepoker有脚本吗!pok... wepoker有脚本吗!pokemomo辅助工具(透视)神器-都是有挂是有挂;1、完成pokemom...