func sort(comparator: (Any, Any) -> ComparisonResult)
Sorts the mutable ordered set using the comparison method specified by the comparator block.
可変の順序集合を比較子ブロックによって指定される比較メソッドを使ってソートします。
func sort(options: NSSortOptions, usingComparator : (Any, Any) -> ComparisonResult)
Sorts the mutable ordered set using the specified options and the comparison method specified by a given comparator block.
可変の順序集合をこの指定されたオプションと与えられた比較子ブロックによって指定された比較メソッドを使ってソートします。
func sortRange (NSRange, options: NSSortOptions, usingComparator : (Any, Any) -> ComparisonResult)
Sorts the specified range of the mutable ordered set using the specified options and the comparison method specified by a given comparator block.
可変の順序集合のこの指定された範囲を、この指定されたオプションと与えられた比較子ブロックによって指定された比較メソッドを使ってソートします。