package l;

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

/* JADX INFO: compiled from: Invocation.java */
/* JADX INFO: loaded from: classes.dex */
public final class n {
    public final Method a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final List<?> f5051b;

    public n(Method method, List<?> list) {
        this.a = method;
        this.f5051b = Collections.unmodifiableList(list);
    }

    public String toString() {
        return String.format("%s.%s() %s", this.a.getDeclaringClass().getName(), this.a.getName(), this.f5051b);
    }
}
