Generate an instantiable class based on a static class reflectively

前端 未结 0 1069
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-28 19:54

Can I (using reflection I presume?) create a class with all the same method names as java.lang.Math and each method just forwards it to Math?

E.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题