Class Array

java.lang.Object
java.lang.reflect.Array

public class Array extends java.lang.Object
Added this for Kotlin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static java.lang.Object
    newInstance(Class<?> componentType, int length)
     
    static java.lang.Object
    newInstance(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

      public static java.lang.Object newInstance(Class<?> componentType, int[] dimensions)
    • newInstance

      public static java.lang.Object newInstance(Class<?> componentType, int length)