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

import androidx.annotation.Nullable;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final jj2 f12909c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final jj2 f12910d;

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

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

    static {
        jj2 jj2Var = new jj2(0L, 0L);
        new jj2(Long.MAX_VALUE, Long.MAX_VALUE);
        f12909c = new jj2(Long.MAX_VALUE, 0L);
        new jj2(0L, Long.MAX_VALUE);
        f12910d = jj2Var;
    }

    public jj2(long j10, long j11) {
        ih1.x(j10 >= 0);
        ih1.x(j11 >= 0);
        this.f12911a = j10;
        this.f12912b = j11;
    }

    public final boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && jj2.class == obj.getClass()) {
            jj2 jj2Var = (jj2) obj;
            if (this.f12911a == jj2Var.f12911a && this.f12912b == jj2Var.f12912b) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return (((int) this.f12911a) * 31) + ((int) this.f12912b);
    }
}
