rankSort

format

SearchResults[] rankSort(SearchResults arg1[])

description

Sorts the given array of ranked (but unordered) SearchResults objects and populates it with the given SearchResults objects, ordered according to their rankings.

parameters

arg1 - the array of ranked SearchResults objects to be sorted

returns

a sorted one-dimensional array of ranked SearchResults objects

throws

The rankSort() method does not throw any exceptions.