Method | Defined By | ||
---|---|---|---|
addRange(baseArray:Array, objects:Array):void [static] | StiArray | ||
clear(array:Array):void [static] | StiArray | ||
clone(array:Array):Array [static] | StiArray | ||
copyFrom(array:Array, startIndex:int = 0, length:int = -1):Array [static] | StiArray | ||
copyTo(arrayFrom:Array, arrayTo:Array, startIndex:int = 0, length:int = -1):void [static] | StiArray | ||
create(length:*, object:* = null, isNull:Boolean = false):Array [static] | StiArray | ||
equals(array1:Array, array2:Array):Boolean [static] | StiArray | ||
getLength(array:Array, dimension:int = 0):int [static]
Retunrs the length of the specified level of the multidimentaional array. | StiArray | ||
isNullOrEmpty(array:Array):Boolean [static] | StiArray | ||
vectorCopyTo(sourceVector:*, destinationVector:*, sourceIndex:int = 0, destinationIndex:int = 0, length:int = -1):void [static] | StiArray | ||
vectorToArray(vector:*):Array [static] | StiArray |
addRange | () | method |
public static function addRange(baseArray:Array, objects:Array):void
Parameters
baseArray:Array | |
objects:Array |
clear | () | method |
public static function clear(array:Array):void
Parameters
array:Array |
clone | () | method |
public static function clone(array:Array):Array
Parameters
array:Array |
Array |
copyFrom | () | method |
public static function copyFrom(array:Array, startIndex:int = 0, length:int = -1):Array
Parameters
array:Array | |
startIndex:int (default = 0 )
| |
length:int (default = -1 )
|
Array |
copyTo | () | method |
public static function copyTo(arrayFrom:Array, arrayTo:Array, startIndex:int = 0, length:int = -1):void
Parameters
arrayFrom:Array | |
arrayTo:Array | |
startIndex:int (default = 0 )
| |
length:int (default = -1 )
|
create | () | method |
public static function create(length:*, object:* = null, isNull:Boolean = false):Array
Parameters
length:* | |
object:* (default = null )
| |
isNull:Boolean (default = false )
|
Array |
equals | () | method |
public static function equals(array1:Array, array2:Array):Boolean
Parameters
array1:Array | |
array2:Array |
Boolean |
getLength | () | method |
public static function getLength(array:Array, dimension:int = 0):int
Retunrs the length of the specified level of the multidimentaional array. The length of the first item of each item is taken.
Parameters
array:Array | |
dimension:int (default = 0 )
|
int |
isNullOrEmpty | () | method |
public static function isNullOrEmpty(array:Array):Boolean
Parameters
array:Array |
Boolean |
vectorCopyTo | () | method |
public static function vectorCopyTo(sourceVector:*, destinationVector:*, sourceIndex:int = 0, destinationIndex:int = 0, length:int = -1):void
Parameters
sourceVector:* | |
destinationVector:* | |
sourceIndex:int (default = 0 )
| |
destinationIndex:int (default = 0 )
| |
length:int (default = -1 )
|
vectorToArray | () | method |
public static function vectorToArray(vector:*):Array
Parameters
vector:* |
Array |