_RLMCollectionIterator
public protocol _RLMCollectionIterator
定义对 RLMArray、RLMSet 和 RLMResults 的迭代器支持的协议。
-
返回一个
RLMCollectionIterator
,用于生成collection中的连续元素。这将支持 Swift 中RLMObject
子类的序列式枚举。声明
Swift
func makeIterator() -> RLMCollectionIterator