package o; import java.util.List; /* renamed from: o.aew, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C2458aew { public List c; public int d; public C2458aew(int i, List 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 list = this.c; if (list != null) { return list.equals(c2458aew.c); } return c2458aew.c == null; } public final int hashCode() { int i = this.d; List list = this.c; return (i * 31) + (list != null ? list.hashCode() : 0); } }