Class
NSOrderedCollectionChange
An object that represents an indexed change within an ordered collection.
あるオブジェクト、それはあるインデックス付き変更を順序付きコレクション内で表します。
Declaration
宣言
class NSOrderedCollectionChange : NSObject
Overview
概要
An ordered collection change represents changes by adding, removing, or moving objects within an ordered collection. Changes with an associated index indicate a move within the collection.
順序コレクション変更は、順序コレクション内でのオブジェクトの追加、除去、または移動することによる変更を表します。結び付けられたインデックスをもつ変更は、コレクション内のある移動を指し示します。
Topics
話題
Creating a Change
ある変更を作成する
Accessing the Change
変更にアクセスする
var object: Any?
An object the change inserts or removes.
その変更が挿入または除去するあるオブジェクト。
var associatedIndex: Int
When this property is set to a value other than NSNotFound
, the receiver is one half of a move, and this value is the index of the change’s counterpart of the opposite type in the diff.
このプロパティがNSNotFound
以外の値に設定される時、レシーバはあるひとつの移動の半分です、そしてこの値は、diffにおける反対型の、この変更のもつ対応物のインデックスです。
See Also
参照
Accessing Changes
変更にアクセスする
var hasChanges: Bool
A Boolean value that indicates if the difference has changes.
その差に変更があるかどうかを指し示すブール値。
enum NSCollectionChangeType
The type of change represented in computing the difference of an ordered collection.
ある順序付きコレクションの差の計算において表される変更型。