package p138.p176.p177.p242.p258.p263;

import java.lang.ref.ReferenceQueue;
import java.lang.ref.WeakReference;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ރ.ނ.ჽ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C4743 extends WeakReference<Throwable> {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final int f14273;

    public C4743(Throwable th, ReferenceQueue<Throwable> referenceQueue) {
        super(th, referenceQueue);
        if (th == null) {
            throw new NullPointerException("The referent cannot be null");
        }
        this.f14273 = System.identityHashCode(th);
    }

    public final boolean equals(Object obj) {
        if (obj != null && obj.getClass() == C4743.class) {
            if (this == obj) {
                return true;
            }
            C4743 c4743 = (C4743) obj;
            if (this.f14273 == c4743.f14273 && get() == c4743.get()) {
                return true;
            }
        }
        return false;
    }

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