package defpackage;

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

/* JADX INFO: renamed from: ᵪᵣ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3919 extends AbstractC3481 implements Map {

    /* JADX INFO: renamed from: ˌᵨʠᵫ, reason: contains not printable characters */
    public final Map f14957;

    public C3919(Map map) {
        super(8);
        this.f14957 = map;
    }

    @Override // java.util.Map
    public final void clear() {
        this.f14957.clear();
    }

    @Override // java.util.Map
    public final boolean containsKey(Object obj) {
        return obj != null && this.f14957.containsKey(obj);
    }

    @Override // java.util.Map
    public final boolean containsValue(Object obj) {
        Iterator it = ((C2739) entrySet()).iterator();
        it.getClass();
        if (obj == null) {
            while (it.hasNext()) {
                if (((Map.Entry) it.next()).getValue() == null) {
                    return true;
                }
            }
            return false;
        }
        while (it.hasNext()) {
            if (obj.equals(((Map.Entry) it.next()).getValue())) {
                return true;
            }
        }
        return false;
    }

    @Override // java.util.Map
    public final Set entrySet() {
        return ᵥˈᵛ.ˈᵲᵢ(this.f14957.entrySet(), new C0322(0));
    }

    @Override // java.util.Map
    public final boolean equals(Object obj) {
        return obj != null && AbstractC3481.m7943(this, obj);
    }

    @Override // java.util.Map
    public final Object get(Object obj) {
        if (obj == null) {
            return null;
        }
        return (List) this.f14957.get(obj);
    }

    @Override // java.util.Map
    public final int hashCode() {
        return ᵥˈᵛ.ˊᵡᵗʨ(entrySet());
    }

    @Override // java.util.Map
    public final boolean isEmpty() {
        Map map = this.f14957;
        return map.isEmpty() || (map.size() == 1 && map.containsKey(null));
    }

    @Override // java.util.Map
    public final Set keySet() {
        return ᵥˈᵛ.ˈᵲᵢ(this.f14957.keySet(), new C0322(1));
    }

    @Override // java.util.Map
    public final Object put(Object obj, Object obj2) {
        return this.f14957.put(obj, obj2);
    }

    @Override // java.util.Map
    public final void putAll(Map map) {
        this.f14957.putAll(map);
    }

    @Override // java.util.Map
    public final Object remove(Object obj) {
        return this.f14957.remove(obj);
    }

    @Override // java.util.Map
    public final int size() {
        Map map = this.f14957;
        return map.size() - (map.containsKey(null) ? 1 : 0);
    }

    @Override // java.util.Map
    public final Collection values() {
        return this.f14957.values();
    }

    @Override // defpackage.AbstractC3481
    /* JADX INFO: renamed from: ᵝᵶ */
    public final Object mo7601() {
        return this.f14957;
    }
}
