package c.b.a.u;

import java.lang.reflect.Method;

/* JADX INFO: loaded from: classes.dex */
public class u extends x {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ Method f1370a;

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

    public u(Method method, int i) {
        this.f1370a = method;
        this.f1371b = i;
    }

    @Override // c.b.a.u.x
    public <T> T b(Class<T> cls) {
        x.a(cls);
        return (T) this.f1370a.invoke(null, cls, Integer.valueOf(this.f1371b));
    }
}
