Type Method 型メソッド

changeWithObject:type:index:

Creates an change object that represents inserting or removing an object from an ordered collection at a specific index. ある変更オブジェクトを作成します、それはあるオブジェクトを順序コレクションから指定インデックスで挿入または除去することを表します。

Declaration 宣言

+ (NSOrderedCollectionChange<ObjectType> *)changeWithObject:(ObjectType)anObject 
                                                       type:(NSCollectionChangeType)type 
                                                      index:(NSUInteger)index;

Parameters パラメータ

anObject

An object to be removed or inserted by the change. その変更によって除去または挿入されるあるオブジェクト。

type

The type of change 変更の型。

index

The index location within an ordered collection where the change applies. ある順序コレクション内でのインデックス位置、そこでこの変更が適用されます。

Return Value 戻り値

An object that represents an indexed change to an ordered collection and references the object to be inserted or removed. あるオブジェクト、それは順序コレクションへのあるインデックス付き変更を表します、そして挿入または除去されるオブジェクトを参照します。

See Also 参照

Creating a Change ある変更を作成する