package o6;

import java.lang.reflect.Type;

/* JADX INFO: renamed from: o6.v, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1402v extends AbstractC1391k {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Type f15921a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f15922b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public AbstractC1391k f15924d;

    public C1402v(Type type, String str, Object obj) {
        this.f15921a = type;
        this.f15922b = str;
        this.f15923c = obj;
    }

    @Override // o6.AbstractC1391k
    public final Object b(AbstractC1394n abstractC1394n) {
        AbstractC1391k abstractC1391k = this.f15924d;
        if (abstractC1391k != null) {
            return abstractC1391k.b(abstractC1394n);
        }
        throw new IllegalStateException("JsonAdapter isn't ready");
    }

    @Override // o6.AbstractC1391k
    public final void e(AbstractC1397q abstractC1397q, Object obj) {
        AbstractC1391k abstractC1391k = this.f15924d;
        if (abstractC1391k == null) {
            throw new IllegalStateException("JsonAdapter isn't ready");
        }
        abstractC1391k.e(abstractC1397q, obj);
    }

    public final String toString() {
        AbstractC1391k abstractC1391k = this.f15924d;
        return abstractC1391k != null ? abstractC1391k.toString() : super.toString();
    }
}
