+ sortDescriptorWithKey:ascending:
Creates and returns a sort descriptor with the specified key path and ordering.
ソート記述子をこの指定されたキーパスと順序付けで作成して返します。
- initWithKey:ascending:
Creates a sort descriptor with a specified string key path and sort order.
ソート記述子をある指定された文字列キーパスとソート順序で作成します。
+ sortDescriptorWithKey:ascending:selector:
Creates a sort descriptor with the specified key path, ordering, and comparison selector.
ソート記述子をこの指定されたキーパス、順序付け、そして比較セレクタ(選択子)で作成して返します。
- initWithKey:ascending:selector:
Creates a sort descriptor with a specified string key path, ordering, and comparison selector.
ソート記述子をある指定された文字列キーパス、順序付け、そして比較セレクタ(選択子)で作成して返します。
+ sortDescriptorWithKey:ascending:comparator:
Creates and returns a sort descriptor initialized with the specified key path and ordering, and a comparator block.
指定されたキーパスと順序付け、そして比較子ブロックで初期化されたソート記述子を作成して返します。
- initWithCoder:
Creates a sort descriptor by decoding from the coder you specify.
ソート記述子をあなたが指定するコーダからデコードすることによって作成します。