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

44 lines
1.2 KiB
Java

package o;
import java.util.List;
/* renamed from: o.Kc, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0590Kc {
private List<? extends IV> c;
public List<? extends IV> e;
public C0590Kc(List<? extends IV> list, List<? extends IV> list2) {
C14957gcv.e(list, "");
C14957gcv.e(list2, "");
this.e = list;
this.c = list2;
}
public final String toString() {
List<? extends IV> list = this.e;
List<? extends IV> list2 = this.c;
StringBuilder sb = new StringBuilder("EasycashMCMCTopUpCalculationDisplay(loanInformation=");
sb.append(list);
sb.append(", purposeLoan=");
sb.append(list2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.e.hashCode() * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0590Kc)) {
return false;
}
C0590Kc c0590Kc = (C0590Kc) obj;
return C14957gcv.b(this.e, c0590Kc.e) && C14957gcv.b(this.c, c0590Kc.c);
}
}