list_sort


Description:

public static List<SrvTarget> list_sort (owned List<SrvTarget> targets)

Sorts targets in place according to the algorithm in RFC 2782.

Parameters:

targets

a List of SrvTarget

Returns:

the head of the sorted list.