package F3;

import java.io.Serializable;
import java.util.Collection;

/* JADX INFO: loaded from: classes3.dex */
public abstract class P extends AbstractC0218s implements e0, Serializable {
    @Override // F3.j0
    public final Collection a() {
        Collection w6 = this.f1589a;
        if (w6 == null) {
            w6 = new W(this);
            this.f1589a = w6;
        }
        return (J) w6;
    }

    @Override // F3.AbstractC0217q
    public final boolean c(Object obj) {
        return obj != null && super.c(obj);
    }

    @Override // F3.j0
    /* JADX INFO: renamed from: e, reason: merged with bridge method [inline-methods] */
    public final O get(Object obj) {
        O o6 = (O) u0.f1605j.get(obj);
        if (o6 != null) {
            return o6;
        }
        M m6 = O.f1509b;
        return p0.f1586e;
    }

    @Override // F3.j0
    public final boolean put(Object obj, Object obj2) {
        throw new UnsupportedOperationException();
    }

    @Override // F3.AbstractC0217q, F3.j0
    public final boolean remove(Object obj, Object obj2) {
        throw new UnsupportedOperationException();
    }

    @Override // F3.j0
    public final int size() {
        return 0;
    }

    @Override // F3.j0
    public final Collection values() {
        Collection x6 = this.f1591c;
        if (x6 == null) {
            x6 = new X(this);
            this.f1591c = x6;
        }
        return (J) x6;
    }
}
