Home Index classes Index static functions Index enumerations Index structure types

{Array|_sortable_in_threads}


CLASS {Array|_sortable_in_threads} , UNTESTED , DESTRUCTORS, BYTES, STOPPING:



IMPORT : {System_functions} , {Thread} .

BASE CLASS {Thread} .


    

METHOD Count|_items_accesible ==> INT



METHOD Swap|_two_items ( INT At1|_index , INT At2|_index )



METHOD Delete|_items ( INT From|_index , INT Count_del|eting )



METHOD Separate (
     
INT From|_index ,
     
INT Count_to_sep|arate ) ==> {Array} , NEW



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

 

METHOD Sort|_values



--------------------------------------------------------- 'sort in threads'

 

METHOD Sort_threaded ( INT Max|_threads )


END