C# Class Orc.Sort.NSort.DefaultSwap

Default swap class
Inheritance: ISwap
Mostra file Open project: WildGums/Orc.Sort

Public Methods

Method Description
Set ( IList array, int left, int right ) : void
Set ( IList array, int left, object obj ) : void
Swap ( IList array, int left, int right ) : void

Method Details

Set() public method

public Set ( IList array, int left, int right ) : void
array IList
left int
right int
return void

Set() public method

public Set ( IList array, int left, object obj ) : void
array IList
left int
obj object
return void

Swap() public method

public Swap ( IList array, int left, int right ) : void
array IList
left int
right int
return void