package v0;

import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import q.AbstractC2761L;

/* JADX INFO: loaded from: classes.dex */
public final class L extends N implements Iterable, K4.a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f25056a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final float f25057b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final float f25058c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final float f25059d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final float f25060e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final float f25061f;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final float f25062j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final float f25063k;
    public final List l;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public final ArrayList f25064m;

    public L(String str, float f6, float f7, float f8, float f9, float f10, float f11, float f12, List list, ArrayList arrayList) {
        this.f25056a = str;
        this.f25057b = f6;
        this.f25058c = f7;
        this.f25059d = f8;
        this.f25060e = f9;
        this.f25061f = f10;
        this.f25062j = f11;
        this.f25063k = f12;
        this.l = list;
        this.f25064m = arrayList;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || !(obj instanceof L)) {
            return false;
        }
        L l = (L) obj;
        return kotlin.jvm.internal.o.c(this.f25056a, l.f25056a) && this.f25057b == l.f25057b && this.f25058c == l.f25058c && this.f25059d == l.f25059d && this.f25060e == l.f25060e && this.f25061f == l.f25061f && this.f25062j == l.f25062j && this.f25063k == l.f25063k && kotlin.jvm.internal.o.c(this.l, l.l) && kotlin.jvm.internal.o.c(this.f25064m, l.f25064m);
    }

    public final int hashCode() {
        return this.f25064m.hashCode() + AbstractC2761L.c(this.l, com.google.android.recaptcha.internal.a.b(this.f25063k, com.google.android.recaptcha.internal.a.b(this.f25062j, com.google.android.recaptcha.internal.a.b(this.f25061f, com.google.android.recaptcha.internal.a.b(this.f25060e, com.google.android.recaptcha.internal.a.b(this.f25059d, com.google.android.recaptcha.internal.a.b(this.f25058c, com.google.android.recaptcha.internal.a.b(this.f25057b, this.f25056a.hashCode() * 31, 31), 31), 31), 31), 31), 31), 31), 31);
    }

    @Override // java.lang.Iterable
    public final Iterator iterator() {
        return new K(this);
    }
}
