Class TArray
java.lang.Object
org.teavm.classlib.java.lang.TObject
org.teavm.classlib.java.lang.reflect.TArray
-
Constructor Details
-
TArray
public TArray()
-
-
Method Details
-
getLength
- Throws:
TIllegalArgumentException
-
newInstance
public static TObject newInstance(Class<?> componentType, int length) throws TNegativeArraySizeException- Throws:
TNegativeArraySizeException
-
get
public static TObject get(TObject array, int index) throws TIllegalArgumentException, TArrayIndexOutOfBoundsException -
set
public static void set(TObject array, int index, TObject value) throws TIllegalArgumentException, TArrayIndexOutOfBoundsException
-