C# Class SIL.FieldWorks.XWorks.MorphologyEditor.OccurrenceSorter

Inheritance: SIL.FieldWorks.Filters.RecordSorter
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
MergeInto ( ArrayList records, ArrayList newRecords ) : void

We only ever sort this list to start with, don't think we should need this, but it's an abstract method so we have to have it.

Sort ( ArrayList records ) : void

Do the actual sort.

Protected Methods

Method Description
getComparer ( ) : IComparer

Method Details

MergeInto() public method

We only ever sort this list to start with, don't think we should need this, but it's an abstract method so we have to have it.
public MergeInto ( ArrayList records, ArrayList newRecords ) : void
records System.Collections.ArrayList
newRecords System.Collections.ArrayList
return void

Sort() public method

Do the actual sort.
public Sort ( ArrayList records ) : void
records System.Collections.ArrayList
return void

getComparer() protected method

protected getComparer ( ) : IComparer
return IComparer