- sortUsingDescriptors:
Sorts the receiver using a given array of sort descriptors.
レシーバをソート記述子からなる与えられた配列を使ってソートします。
- sortUsingComparator:
Sorts the receiver in ascending order using the comparison method specified by a given
NSComparator
block.
レシーバを昇順にソートします、ある与えられたNSComparator
ブロックによって指定される比較メソッドを使います。
- sortWithOptions:usingComparator:
Sorts the receiver in ascending order using the specified options and the comparison method specified by a given
NSComparator
block.
レシーバを昇順にソートします、指定されたオプションとある与えられたNSComparator
ブロックによって指定される比較メソッドを使います。
- sortUsingFunction:context:
Sorts the receiver in ascending order as defined by the comparison function
compare
.
レシーバをcompare
によって定義されるとおりに昇順にソートします。
- sortUsingSelector:
Sorts the receiver in ascending order, as determined by the comparison method specified by a given selector.
レシーバを、ある与えられたセレクタによって指定される比較メソッドによって決定されるとおりに昇順にソートします。