package f;

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 l {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final Method f1657a;

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

    l(Method method, List<?> list) {
        this.f1657a = method;
        this.f1658b = Collections.unmodifiableList(list);
    }

    public Method a() {
        return this.f1657a;
    }

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