Function 関数

NSNextMapEnumeratorPair

Returns a Boolean value that indicates whether the next map-table pair in the enumeration are set. 列挙の中の次のマップ-テーブルのペアが設定されるかどうかを指し示すブール値を返します。

Declaration 宣言

BOOL NSNextMapEnumeratorPair(NSMapEnumerator *enumerator, void * _Nullable *key, void * _Nullable *value);

Return Value 戻り値

NO if enumerator has already iterated over all the elements in the table that enumerator is associated with; otherwise, sets key and value to match the next key-value pair in the table and returns YES. NO、もしenumeratorenumeratorが関連付けられるテーブルの中の全ての要素に既に反復処理したならば;そうでなければkeyvalueをテーブルの中の次のキー値ペアに合致するよう設定します、そしてYESを返します。

See Also 参照

Related Documentation 関連文書