- sortedArrayUsingComparator:
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
ブロックによって指定される比較メソッドで決定されるとおりにです。
- sortedArrayWithOptions:usingComparator:
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
ブロックによって指定される比較メソッドで決定されるとおりにです。