package defpackage;

import defpackage.od6;
import java.util.Iterator;
import java.util.Set;

/* JADX INFO: loaded from: classes2.dex */
class fd6 extends od6.i<Object> {
    @Override // defpackage.p0
    public final Set a() {
        throw null;
    }

    @Override // defpackage.p0, java.util.AbstractCollection, java.util.Collection
    public final boolean contains(Object obj) {
        throw null;
    }

    @Override // defpackage.dd6
    public final int count(Object obj) {
        throw null;
    }

    @Override // defpackage.p0
    public final Iterator d() {
        throw new AssertionError("should never be called");
    }

    @Override // defpackage.p0
    public final Iterator e() {
        throw null;
    }

    @Override // defpackage.p0, java.util.AbstractCollection, java.util.Collection
    public final boolean isEmpty() {
        throw null;
    }
}
