The asdk.algorithm.Filling
class provides a static function for filling an array with a specified number of objects.
The contract for this method is: fill( object, count : Number ) : Array
. The example below demonstrates filling
an array with several copies of an object and then uses and ArrayIterator to iterate over the elements in the returned array.