public final class TArray extends TObject
Constructor and Description |
---|
TArray() |
Modifier and Type | Method and Description |
---|---|
static TObject |
get(TObject array,
int index) |
static int |
getLength(TObject array) |
static TObject |
newInstance(Class<?> componentType,
int length) |
static void |
set(TObject array,
int index,
TObject value) |
public static int getLength(TObject array) throws TIllegalArgumentException
TIllegalArgumentException
public static TObject newInstance(Class<?> componentType, int length) throws TNegativeArraySizeException
TNegativeArraySizeException
public static TObject get(TObject array, int index) throws TIllegalArgumentException, TArrayIndexOutOfBoundsException
public static void set(TObject array, int index, TObject value) throws TIllegalArgumentException, TArrayIndexOutOfBoundsException
Copyright © 2019. All rights reserved.