Enumeration
列挙
NSSortOptions
Options for block sorting operations.
ブロックソート演算のためのオプション。
Declaration
宣言
typedef enum NSSortOptions : NSUInteger
{
...
} NSSortOptions;
Topics
話題
Constants
定数
NSSortConcurrent
Specifies that the Block sort operation should be concurrent.
ブロックソート演算が並行であるべきなのを指定します。
NSSortStable
Specifies that the sorted results should return compared items having equal value in the order they occurred originally.
ソートされた結果が等しい値を持っている比較済み項目をそれらがもともと現れた順で返すべきなのを指定します。
See Also
参照
Iteration
反復
NSEnumerator
An abstract class whose subclasses enumerate collections of objects, such as arrays and dictionaries.
ある抽象クラス、それのサブクラスはオブジェクトのコレクション、例えば配列や辞書などを列挙します。
NSFastEnumeration
A protocol that objects adopt to support fast enumeration.
それを採用するオブジェクトは高速列挙をサポートするあるプロトコル。