Home Index classes Index static functions Index enumerations Index structure types

{Array_obj|ects}


CLASS {Array_obj|ects} , UNTESTED:



IMPORT : {Array} , {Native_arrays_obj} .

BASE CLASS {Array} .


    

FUNCTION New_array_o|bj|ects (
     
{Object} A|rray_to_copy_in [*] ) ==> {Array_obj} , NEW



METHOD Insert|_array_obj|ects (
     
INT At|_index ,
     
{Object} A|rray_to_insert_in [*] )



METHOD . [ INT Index|_of_item ] ==> {Object}



OVERRIDE Sort



----------------------------------------------------------------- 'sorting'

END