Package | Description |
---|---|
Contains array type definition and tools (generic arrays, dynamic arrays...)
|
Modifier and Type | Class and Description |
---|---|
class |
Deprecated.
Use instead
|
Modifier and Type | Method and Description |
---|---|
static |
( array)
Return the ArrayDataType for the specified array (passed as Object)
|
static |
( array)
Returns the of the specified array.
|
Modifier and Type | Method and Description |
---|---|
static |
( array,
arrayType,
int len)
Allocate the specified array if it's defined to null with the specified len
|
static |
( arrayType,
int len)
Allocate the specified array data type with specified len for the first dimension
|
boolean |
( arrayType)
Return true if specified array data type is equals to current array data type
|