package o6;

import java.util.Map;

/* JADX INFO: renamed from: o6.t, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1400t implements Map.Entry {

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public C1400t f15903q;

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public C1400t f15904r;

    /* JADX INFO: renamed from: s, reason: collision with root package name */
    public C1400t f15905s;

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public C1400t f15906t;

    /* JADX INFO: renamed from: u, reason: collision with root package name */
    public C1400t f15907u;

    /* JADX INFO: renamed from: v, reason: collision with root package name */
    public final Object f15908v;

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

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    public Object f15910x;

    /* JADX INFO: renamed from: y, reason: collision with root package name */
    public int f15911y;

    public C1400t() {
        this.f15908v = null;
        this.f15909w = -1;
        this.f15907u = this;
        this.f15906t = this;
    }

    @Override // java.util.Map.Entry
    public final boolean equals(Object obj) {
        if (obj instanceof Map.Entry) {
            Map.Entry entry = (Map.Entry) obj;
            Object obj2 = this.f15908v;
            if (obj2 != null ? obj2.equals(entry.getKey()) : entry.getKey() == null) {
                Object obj3 = this.f15910x;
                if (obj3 == null) {
                    if (entry.getValue() == null) {
                        return true;
                    }
                } else if (obj3.equals(entry.getValue())) {
                    return true;
                }
            }
        }
        return false;
    }

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

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

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

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

    public final String toString() {
        return this.f15908v + "=" + this.f15910x;
    }

    public C1400t(C1400t c1400t, Object obj, int i, C1400t c1400t2, C1400t c1400t3) {
        this.f15903q = c1400t;
        this.f15908v = obj;
        this.f15909w = i;
        this.f15911y = 1;
        this.f15906t = c1400t2;
        this.f15907u = c1400t3;
        c1400t3.f15906t = this;
        c1400t2.f15907u = this;
    }
}
