Class Array
java.lang.Object
java.lang.reflect.Array
public class Array
extends java.lang.Object
Added this for Kotlin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic java.lang.ObjectnewInstance(Class<?> componentType, int length) static java.lang.ObjectnewInstance(Class<?> componentType, int[] dimensions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Array
public Array()
-
-
Method Details
-
newInstance
-
newInstance
-