- exchangeObjectAtIndex:withObjectAtIndex:
Exchanges the objects in the array at given indexes.
配列の中のオブジェクトをこれら与えられたインデックスで交換します。
- sortUsingDescriptors:
Sorts the receiver using a given array of sort descriptors.
レシーバをソート記述子からなる与えられた配列を使ってソートします。
- 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.
レシーバを、ある与えられたセレクタによって指定される比較メソッドによって決定されるとおりに昇順にソートします。