Warkop v5.73.0版本的 MD5 值为:a4330ec2d6f5e146f59fc7622f3cdb45

以下内容为反编译后的 a.java 源代码,内容仅作参考


package ue;

import java.util.ArrayList;
import java.util.List;

public class a {

    static final List<String> f157665c;

    private String f157666a;

    private String f157667b;

    static {
        ArrayList arrayList = new ArrayList();
        f157665c = arrayList;
        arrayList.add("https://www.mapbox.com/feedback/");
        arrayList.add("https://www.mapbox.com/map-feedback/");
        arrayList.add("https://apps.mapbox.com/feedback/");
    }

    public a(String str, String str2) {
        this.f157666a = str;
        this.f157667b = str2;
    }

    public String a() {
        return this.f157666a;
    }

    public String b() {
        return this.f157667b;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || getClass() != obj.getClass()) {
            return false;
        }
        a aVar = (a) obj;
        String str = this.f157666a;
        if (str == null ? aVar.f157666a != null : !str.equals(aVar.f157666a)) {
            return false;
        }
        String str2 = this.f157667b;
        String str3 = aVar.f157667b;
        if (str2 != null) {
            return str2.equals(str3);
        }
        if (str3 == null) {
            return true;
        }
        return false;
    }

    public int hashCode() {
        int i15;
        String str = this.f157666a;
        int i16 = 0;
        if (str != null) {
            i15 = str.hashCode();
        } else {
            i15 = 0;
        }
        int i17 = i15 * 31;
        String str2 = this.f157667b;
        if (str2 != null) {
            i16 = str2.hashCode();
        }
        return i17 + i16;
    }
}