Instance Property インスタンスプロパティ

endIndex

The dictionary’s “past the end” position—that is, the position one greater than the last valid subscript argument. 辞書の「終わりを過ぎた」位置—すなわち、最後の有効な添え字引数より1つ大きい位置。

Declaration 宣言

var endIndex: Dictionary<Key, Value>.Index { get }

Discussion 解説

If the collection is empty, endIndex is equal to startIndex. コレクションが空ならば、endIndexstartIndexと等しいです。

Complexity: Amortized O(1) if the dictionary does not wrap a bridged NSDictionary; otherwise, the performance is unspecified. 計算量:この辞書が、ブリッジされたNSDictionaryをラップしないならば均してO(1);それ以外では、性能は不特定です。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Manipulating Indices インデックスを操る