package defpackage;

import java.util.Collection;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;

/* JADX INFO: renamed from: ˆˌˁ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC0833 implements InterfaceC4277 {

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public transient Collection f3725;

    /* JADX INFO: renamed from: ᵔᵖᵹᵫ, reason: contains not printable characters */
    public transient Collection f3726;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public transient Set f3727;

    /* JADX INFO: renamed from: ᵨᵼⁱ, reason: contains not printable characters */
    public transient Map f3728;

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof InterfaceC4277) {
            return mo2969().equals(((InterfaceC4277) obj).mo2969());
        }
        return false;
    }

    public final int hashCode() {
        return mo2969().hashCode();
    }

    @Override // defpackage.InterfaceC4277
    public Set keySet() {
        Set set = this.f3727;
        if (set != null) {
            return set;
        }
        Set setMo2975 = mo2975();
        this.f3727 = setMo2975;
        return setMo2975;
    }

    @Override // defpackage.InterfaceC4277
    public boolean remove(Object obj, Object obj2) {
        Collection collection = (Collection) mo2969().get(obj);
        return collection != null && collection.remove(obj2);
    }

    public final String toString() {
        return mo2969().toString();
    }

    @Override // defpackage.InterfaceC4277
    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public Map mo2969() {
        Map map = this.f3728;
        if (map != null) {
            return map;
        }
        Map mapMo2974 = mo2974();
        this.f3728 = mapMo2974;
        return mapMo2974;
    }

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public boolean mo2970(Object obj) {
        Iterator it = mo2969().values().iterator();
        while (it.hasNext()) {
            if (((Collection) it.next()).contains(obj)) {
                return true;
            }
        }
        return false;
    }

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public abstract Collection mo2971();

    @Override // defpackage.InterfaceC4277
    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public Collection mo2972() {
        Collection collection = this.f3725;
        if (collection != null) {
            return collection;
        }
        Collection collectionMo2971 = mo2971();
        this.f3725 = collectionMo2971;
        return collectionMo2971;
    }

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public abstract Iterator mo2973();

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public abstract Map mo2974();

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public abstract Set mo2975();
}
