Instance Method インスタンスメソッド

sortUsingComparator:

Sorts the mutable ordered set using the comparison method specified by the comparator block. 可変の順序集合を比較子ブロックによって指定される比較メソッドを使ってソートします。

Declaration 宣言

- (void)sortUsingComparator:(NSComparator)cmptr;

Parameters パラメータ

cmptr

A comparator block. 比較を行うブロック。

See Also 参照

Sorting Entries 登録項目をソートする