package c.b.a.u;

import java.lang.reflect.Type;
import java.util.Map;

/* JADX INFO: loaded from: classes.dex */
public final class g {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Map<Type, c.b.a.e<?>> f1339a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final c.b.a.u.z.b f1340b = c.b.a.u.z.b.f1377a;

    /* JADX INFO: Add missing generic type declarations: [T] */
    public class a<T> implements s<T> {

        /* JADX INFO: renamed from: a, reason: collision with root package name */
        public final /* synthetic */ c.b.a.e f1341a;

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        public final /* synthetic */ Type f1342b;

        public a(g gVar, c.b.a.e eVar, Type type) {
            this.f1341a = eVar;
            this.f1342b = type;
        }

        @Override // c.b.a.u.s
        public T a() {
            return (T) this.f1341a.a(this.f1342b);
        }
    }

    /* JADX INFO: Add missing generic type declarations: [T] */
    public class b<T> implements s<T> {

        /* JADX INFO: renamed from: a, reason: collision with root package name */
        public final /* synthetic */ c.b.a.e f1343a;

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        public final /* synthetic */ Type f1344b;

        public b(g gVar, c.b.a.e eVar, Type type) {
            this.f1343a = eVar;
            this.f1344b = type;
        }

        @Override // c.b.a.u.s
        public T a() {
            return (T) this.f1343a.a(this.f1344b);
        }
    }

    public g(Map<Type, c.b.a.e<?>> map) {
        this.f1339a = map;
    }

    /* JADX WARN: Removed duplicated region for block: B:50:0x00e5  */
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct add '--show-bad-code' argument
    */
    public <T> c.b.a.u.s<T> a(c.b.a.v.a<T> r6) {
        /*
            Method dump skipped, instruction units count: 243
            To view this dump add '--comments-level debug' option
        */
        throw new UnsupportedOperationException("Method not decompiled: c.b.a.u.g.a(c.b.a.v.a):c.b.a.u.s");
    }

    public String toString() {
        return this.f1339a.toString();
    }
}
