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

72 lines
2.3 KiB
Java

package o;
import java.util.List;
/* renamed from: o.Iy, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0536Iy<T> extends AbstractC0518Im {
public final List<C0513Ij<T>> a;
public final String b;
public final T c;
public final CharSequence d;
public final String e;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
/* JADX WARN: Multi-variable type inference failed */
public C0536Iy(CharSequence charSequence, List<? extends C0513Ij<? extends T>> list, T t, String str, String str2) {
super((byte) 0);
C14957gcv.e(charSequence, "");
C14957gcv.e(list, "");
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.d = charSequence;
this.a = list;
this.c = t;
this.b = str;
this.e = str2;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0536Iy)) {
return false;
}
C0536Iy c0536Iy = (C0536Iy) obj;
return C14957gcv.b(this.d, c0536Iy.d) && C14957gcv.b(this.a, c0536Iy.a) && C14957gcv.b(this.c, c0536Iy.c) && C14957gcv.b((Object) this.b, (Object) c0536Iy.b) && C14957gcv.b((Object) this.e, (Object) c0536Iy.e);
}
public final int hashCode() {
int hashCode = this.d.hashCode();
int hashCode2 = this.a.hashCode();
T t = this.c;
return (((((((hashCode * 31) + hashCode2) * 31) + (t == null ? 0 : t.hashCode())) * 31) + this.b.hashCode()) * 31) + this.e.hashCode();
}
public final String toString() {
CharSequence charSequence = this.d;
List<C0513Ij<T>> list = this.a;
T t = this.c;
String str = this.b;
String str2 = this.e;
StringBuilder sb = new StringBuilder("TitleSpinnerItemDisplay(title=");
sb.append((Object) charSequence);
sb.append(", choice=");
sb.append(list);
sb.append(", value=");
sb.append(t);
sb.append(", hint=");
sb.append(str);
sb.append(", key=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
@Override // o.AbstractC0518Im
public final String a() {
return this.e;
}
}