Packagejp.nyatla.nyartoolkit.as3.utils.as3
Classpublic class ArrayUtils
InheritanceArrayUtils Inheritance Object



Public Methods
 MethodDefined By
  
copyInt(src:Vector.<int>, srcPos:int, dest:Vector.<int>, destPos:int, length:int):void
[static]
ArrayUtils
  
create2dInt(height:int, width:int):Vector.<Vector.<int>>
[static]
ArrayUtils
  
create2dNumber(height:int, width:int):Vector.<Vector.<Number>>
[static]
ArrayUtils
Method Detail
copyInt()method
public static function copyInt(src:Vector.<int>, srcPos:int, dest:Vector.<int>, destPos:int, length:int):void

Parameters

src:Vector.<int>
 
srcPos:int
 
dest:Vector.<int>
 
destPos:int
 
length:int

create2dInt()method 
public static function create2dInt(height:int, width:int):Vector.<Vector.<int>>

Parameters

height:int
 
width:int

Returns
Vector.<Vector.<int>>
create2dNumber()method 
public static function create2dNumber(height:int, width:int):Vector.<Vector.<Number>>

Parameters

height:int
 
width:int

Returns
Vector.<Vector.<Number>>