95 lines
2.6 KiB
Java
95 lines
2.6 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.List;
|
|
import o.C0641Lf;
|
|
|
|
/* renamed from: o.Lu, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0668Lu extends C0641Lf implements Parcelable {
|
|
public static final Parcelable.Creator<C0668Lu> CREATOR = new Parcelable.Creator<C0668Lu>() { // from class: o.Lu.2
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0668Lu createFromParcel(Parcel parcel) {
|
|
return new C0668Lu(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0668Lu[] newArray(int i) {
|
|
return new C0668Lu[i];
|
|
}
|
|
};
|
|
public String h;
|
|
public List<C0666Lt> j;
|
|
|
|
@Override // o.C0641Lf, o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
private C0668Lu(HBt hBt) {
|
|
super(hBt);
|
|
this.j = hBt.j;
|
|
this.h = hBt.f;
|
|
}
|
|
|
|
public static HBt e() {
|
|
return new HBt((byte) 0);
|
|
}
|
|
|
|
protected C0668Lu(Parcel parcel) {
|
|
super(parcel);
|
|
this.j = parcel.createTypedArrayList(C0666Lt.CREATOR);
|
|
this.h = parcel.readString();
|
|
}
|
|
|
|
@Override // o.C0641Lf, o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
super.writeToParcel(parcel, i);
|
|
parcel.writeTypedList(this.j);
|
|
parcel.writeString(this.h);
|
|
}
|
|
|
|
/* renamed from: o.Lu$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt extends C0641Lf.RVV<HBt> {
|
|
public String f;
|
|
public List<C0666Lt> j;
|
|
|
|
private HBt() {
|
|
}
|
|
|
|
/* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || getClass() != obj.getClass()) {
|
|
return false;
|
|
}
|
|
C0668Lu c0668Lu = (C0668Lu) obj;
|
|
List<C0666Lt> list = this.j;
|
|
if (list == null ? c0668Lu.j != null : !list.equals(c0668Lu.j)) {
|
|
return false;
|
|
}
|
|
String str = this.h;
|
|
String str2 = c0668Lu.h;
|
|
return str != null ? str.equals(str2) : str2 == null;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
List<C0666Lt> list = this.j;
|
|
int hashCode = list != null ? list.hashCode() : 0;
|
|
String str = this.h;
|
|
return (hashCode * 31) + (str != null ? str.hashCode() : 0);
|
|
}
|
|
|
|
public /* synthetic */ C0668Lu(HBt hBt, byte b) {
|
|
this(hBt);
|
|
}
|
|
}
|