58 lines
1.4 KiB
Java
58 lines
1.4 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Kn, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0608Kn extends EQ {
|
|
public List<Sts> b;
|
|
public List<Integer> c;
|
|
public final boolean d;
|
|
|
|
/* renamed from: o.Kn$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm {
|
|
public List<Integer> a;
|
|
public List<Sts> b;
|
|
public boolean c;
|
|
boolean d;
|
|
}
|
|
|
|
private C0608Kn(LWm lWm) {
|
|
this.e = lWm.d;
|
|
this.d = lWm.c;
|
|
this.b = lWm.b;
|
|
this.c = lWm.a;
|
|
}
|
|
|
|
/* renamed from: o.Kn$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static class Sts {
|
|
public Double a;
|
|
public Double b;
|
|
public List<Integer> e;
|
|
|
|
/* renamed from: o.Kn$Sts$Sts, reason: collision with other inner class name */
|
|
/* loaded from: classes3.dex */
|
|
public static final class C0086Sts {
|
|
public List<Integer> c;
|
|
public Double d;
|
|
public Double e;
|
|
}
|
|
|
|
private Sts(C0086Sts c0086Sts) {
|
|
this.a = c0086Sts.d;
|
|
this.b = c0086Sts.e;
|
|
this.e = c0086Sts.c;
|
|
}
|
|
|
|
public /* synthetic */ Sts(C0086Sts c0086Sts, byte b) {
|
|
this(c0086Sts);
|
|
}
|
|
}
|
|
|
|
public /* synthetic */ C0608Kn(LWm lWm, byte b) {
|
|
this(lWm);
|
|
}
|
|
}
|