public class Array

  1. Object
  2. Array
Added this for Kotlin

Constructors

public Array()

Methods

public static Object newInstance(Class<?> componentType, int[] dimensions)
public static Object newInstance(Class<?> componentType, int length)

Inherited methods

Constructor details

Array

public Array()

Method details

newInstance

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

newInstance

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