Enumeration Case 列挙ケース

NSSortStable

Specifies that the sorted results should return compared items having equal value in the order they occurred originally. ソートされた結果が等しい値を持っている比較済み項目をそれらがもともと現れた順で返すべきなのを指定します。

Declaration 宣言

NSSortStable = (1UL << 4)

Discussion 議論

If this option is unspecified, equal objects may, or may not be returned in their original order. このオプションが指定されないならば、等しいオブジェクトはそれらの元の順序で返されるかもしれないし、またはしないかもしれません。