标签: java methods execute void
可能重复: What's the nearest substitute for a function pointer in Java?
您如何运行通过参数传递的方法?
示例:
public static void runThing(Void method) { method(); }
答案 0 :(得分:0)
在Java中使用反射API。
答案 1 :(得分:0)
从Java 1.7开始,语言不支持闭包。