Instance Method
インスタンスメソッド
sortRange:options:usingComparator:
Sorts the specified range of the mutable ordered set using the specified options and the comparison method specified by a given comparator block.
可変の順序集合のこの指定された範囲を、この指定されたオプションと与えられた比較子ブロックによって指定された比較メソッドを使ってソートします。
Parameters
パラメータ
range
The range to sort.
ソートする範囲。
opts
A bitmask that specifies the options for the sort (whether it should be performed concurrently and whether it should be performed stably).
あるビットマスク、それはソートのためのオプションを指定します(それが並行に実行されるべきかどうかそしてそれが変動なく実行されるべきかどうか)。
cmptr
A comparator block.
比較を行うブロック。
See Also
参照
Sorting Entries
登録項目をソートする
- sortUsingDescriptors:
Sorts the receiving ordered set using a given array of sort descriptors.
受け手側の順序集合をソート記述子からなるある与えられた配列を使ってソートします。
- sortUsingComparator:
Sorts the mutable ordered set using the comparison method specified by the comparator block.
可変の順序集合を比較子ブロックによって指定される比較メソッドを使ってソートします。
- sortWithOptions:usingComparator:
Sorts the mutable ordered set using the specified options and the comparison method specified by a given comparator block.
可変の順序集合をこの指定されたオプションと与えられた比較子ブロックによって指定された比較メソッドを使ってソートします。