Instance Method インスタンスメソッド

next()

Returns the next key-value pair of a dictionary object as a tuple. ある辞書オブジェクトの次のキー値ペアをタプルとして返します。

Declaration 宣言

final func next() -> (key: Any, value: Any)?

Discussion 議論

If all key-value pairs have been iterated over, this method returns nil. 全てのキー値ペアがすっかり反復されてしまったならば、このメソッドはnilを返します。

Relationships 関係

From Protocol 由来プロトコル