func sortedArray (using: [NSSortDescriptor]) -> [Any]
Returns an array of the ordered set’s elements sorted as specified by a given array of sort descriptors.
与えられた配列の中のソート記述子それらによって指定される通りにソートされるこの順序集合のもつ要素からなる配列を返します。
func sortedArray (comparator: (Any, Any) -> ComparisonResult) -> [Any]
Returns an array that lists the receiving ordered set’s elements in ascending order, as determined by the comparison method specified by a given
NSComparator
block
ある配列を返します、それは受け手側の順序集合のもつ要素を昇順で列記します、与えられたNSComparator
ブロックによって指定される比較メソッドで決定されるとおりにです。