Class NSEnumerator<T extends NSObject>

All Implemented Interfaces:
NSFastEnumeration, NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
NSDirectoryEnumerator

public class NSEnumerator<T extends NSObject>
extends NSObject
implements NSFastEnumeration
  • Constructor Details

    • NSEnumerator

      public NSEnumerator()
    • NSEnumerator

      protected NSEnumerator​(NSObject.Handle h, long handle)
    • NSEnumerator

      protected NSEnumerator​(NSObject.SkipInit skipInit)
  • Method Details

    • getAllObjects

      public NSArray<T> getAllObjects()
    • nextObject

      public T nextObject()