what-the-bank/sources/o/C2458aew.java

40 lines
921 B
Java

package o;
import java.util.List;
/* renamed from: o.aew, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C2458aew {
public List<KNe> c;
public int d;
public C2458aew(int i, List<KNe> list) {
this.d = i;
this.c = list;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C2458aew)) {
return false;
}
C2458aew c2458aew = (C2458aew) obj;
if (this.d != c2458aew.d) {
return false;
}
List<KNe> list = this.c;
if (list != null) {
return list.equals(c2458aew.c);
}
return c2458aew.c == null;
}
public final int hashCode() {
int i = this.d;
List<KNe> list = this.c;
return (i * 31) + (list != null ? list.hashCode() : 0);
}
}