71 lines
1.7 KiB
Java
71 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
import o.TjC;
|
||
|
|
||
|
/* renamed from: o.lLU, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C16106lLU extends TjC {
|
||
|
public List<C16520oxs> h;
|
||
|
public String i;
|
||
|
|
||
|
private C16106lLU(LWm lWm) {
|
||
|
super(lWm);
|
||
|
this.e = lWm.f;
|
||
|
this.h = lWm.g;
|
||
|
this.i = lWm.j;
|
||
|
}
|
||
|
|
||
|
public static LWm d() {
|
||
|
return new LWm((byte) 0);
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.lLU$LWm */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm extends TjC.IeS {
|
||
|
iJI f;
|
||
|
public List<C16520oxs> g;
|
||
|
public String j;
|
||
|
|
||
|
private LWm() {
|
||
|
}
|
||
|
|
||
|
@Override // o.TjC.IeS
|
||
|
public final /* synthetic */ TjC b() {
|
||
|
return new C16106lLU(this, (byte) 0);
|
||
|
}
|
||
|
|
||
|
/* synthetic */ LWm(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
C16106lLU c16106lLU = (C16106lLU) obj;
|
||
|
List<C16520oxs> list = this.h;
|
||
|
if (list == null ? c16106lLU.h != null : !list.equals(c16106lLU.h)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str = this.i;
|
||
|
String str2 = c16106lLU.i;
|
||
|
return str != null ? str.equals(str2) : str2 == null;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
List<C16520oxs> list = this.h;
|
||
|
int hashCode = list != null ? list.hashCode() : 0;
|
||
|
String str = this.i;
|
||
|
return (hashCode * 31) + (str != null ? str.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
/* synthetic */ C16106lLU(LWm lWm, byte b) {
|
||
|
this(lWm);
|
||
|
}
|
||
|
}
|