package com.google.android.gms.internal.ads;

import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes2.dex */
public final class rw {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final rw f16234d = new rw(0, 0, 1.0f);

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

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

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

    static {
        String str = bb1.f9474a;
        Integer.toString(0, 36);
        Integer.toString(1, 36);
        Integer.toString(3, 36);
    }

    public rw(int i10, int i11, float f10) {
        this.f16235a = i10;
        this.f16236b = i11;
        this.f16237c = f10;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof rw) {
            rw rwVar = (rw) obj;
            if (this.f16235a == rwVar.f16235a && this.f16236b == rwVar.f16236b && this.f16237c == rwVar.f16237c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Float.floatToRawIntBits(this.f16237c) + ((((this.f16235a + 217) * 31) + this.f16236b) * 31);
    }
}
