Enumeration
列挙
NSCollectionChangeType
The type of change represented in computing the difference of an ordered collection.
ある順序付きコレクションの差の計算において表される変更型。
Declaration
宣言
typedef enum NSCollectionChangeType : NSInteger
{
...
} NSCollectionChangeType;
Topics
話題
Types of Ordered Collection Changes
順序付きコレクション変更の型
NSCollectionChangeInsert
A change type that represents the insertion of an object into an ordered collection.
ある変更型、それはあるオブジェクトのある順序付きコレクションへの挿入を表します。
NSCollectionChangeRemove
A change type that represents the removal of an object from an ordered collection.
ある変更型、それはあるオブジェクトのある順序付きコレクションからの除去を表します。
See Also
参照
Accessing Changes
変更にアクセスする
hasChanges
A Boolean value that indicates if the difference has changes.
その差に変更があるかどうかを指し示すブール値。
insertions
A collection of insertion change objects.
挿入変更オブジェクトそれらからなるあるコレクション。
removals
A collection of removal change objects.
除去変更オブジェクトそれらからなるあるコレクション。
NSOrderedCollectionChange
An object that represents an indexed change within an ordered collection.
あるオブジェクト、それはあるインデックス付き変更を順序付きコレクション内で表します。