Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

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)