StructureNSFast
NSFastEnumerationIterator
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
struct NSFastEnumerationIterator
Topics 話題
Type Aliases 型エイリアス
Initializers イニシャライザ
Instance Methods インスタンス メソッド
Relationships 関係
Conforms To 次に準拠
See Also 参照
Iteration 反復
class NSEnumerator
An abstract class whose subclasses enumerate collections of objects, such as arrays and dictionaries.
ある抽象クラス、それのサブクラスはオブジェクトのコレクション、例えば配列や辞書などを列挙します。
protocol NSFastEnumeration
A protocol that objects adopt to support fast enumeration.
それを採用するオブジェクトは高速列挙をサポートするあるプロトコル。
struct NSIndexSetIterator
An iterator suitable for enumerating the elements of an index set.
インデックス集合の要素を列挙するのに適切なイテレータ。
struct NSEnumerationOptions
Options for block enumeration operations.
ブロック列挙演算のためのオプション。
struct NSSortOptions
Options for block sorting operations.
ブロックソート演算のためのオプション。