资讯

GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Since we now target java 8, we can do further improvements by avoiding reflection. This PR migrates array creation with ArrayReflection(MyClass.class, 10) to a functional interface like MyClass[]:: ...