package F7;

import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;

/* JADX INFO: renamed from: F7.u, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0136u {

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final List f2728d;

    public C0136u(Class cls, Object obj, Method method, ArrayList arrayList) {
        this.f2725a = cls;
        this.f2726b = obj;
        this.f2727c = method;
        this.f2728d = Collections.unmodifiableList(arrayList);
    }

    public final String toString() {
        return String.format("%s.%s() %s", this.f2725a.getName(), this.f2727c.getName(), this.f2728d);
    }
}
