package defpackage;

import java.util.Map;

/* JADX INFO: renamed from: ᵡᵥˇ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3225 implements Map.Entry, Comparable {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final Comparable f12282;

    /* JADX INFO: renamed from: ᵔᵖᵹᵫ, reason: contains not printable characters */
    public final /* synthetic */ C5489 f12283;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public Object f12284;

    public C3225(C5489 c5489, Comparable comparable, Object obj) {
        this.f12283 = c5489;
        this.f12282 = comparable;
        this.f12284 = obj;
    }

    @Override // java.lang.Comparable
    public final int compareTo(Object obj) {
        return this.f12282.compareTo(((C3225) obj).f12282);
    }

    @Override // java.util.Map.Entry
    public final boolean equals(Object obj) {
        if (obj != this) {
            if (obj instanceof Map.Entry) {
                Map.Entry entry = (Map.Entry) obj;
                Object key = entry.getKey();
                Comparable comparable = this.f12282;
                if (comparable == null ? key == null : comparable.equals(key)) {
                    Object obj2 = this.f12284;
                    Object value = entry.getValue();
                    if (obj2 == null ? value == null : obj2.equals(value)) {
                    }
                }
            }
            return false;
        }
        return true;
    }

    @Override // java.util.Map.Entry
    public final Object getKey() {
        return this.f12282;
    }

    @Override // java.util.Map.Entry
    public final Object getValue() {
        return this.f12284;
    }

    @Override // java.util.Map.Entry
    public final int hashCode() {
        Comparable comparable = this.f12282;
        int iHashCode = comparable == null ? 0 : comparable.hashCode();
        Object obj = this.f12284;
        return iHashCode ^ (obj != null ? obj.hashCode() : 0);
    }

    @Override // java.util.Map.Entry
    public final Object setValue(Object obj) {
        this.f12283.m11115();
        Object obj2 = this.f12284;
        this.f12284 = obj;
        return obj2;
    }

    public final String toString() {
        return this.f12282 + "=" + this.f12284;
    }
}
