package ac;

import ob.g;

/* JADX INFO: loaded from: classes.dex */
public final class c {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int[] f429b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final g[] f430c;

    public c(int i10, int i11, int i12, int i13, int[] iArr) {
        this.f428a = i10;
        this.f429b = iArr;
        float f10 = i13;
        this.f430c = new g[]{new g(i11, f10), new g(i12, f10)};
    }

    public final boolean equals(Object obj) {
        return (obj instanceof c) && this.f428a == ((c) obj).f428a;
    }

    public final int hashCode() {
        return this.f428a;
    }
}
