_NSSetCoreType

A shadow for the "core operations" of NSSet.

Covers a set of operations everyone needs to implement in order to be a useful NSSet subclass.

Inheritance _NSCopyingType, _NSFastEnumerationType, _ShadowProtocol View Protocol Hierarchy →
Import
  • import Swift

Initializers

init(objects:count:) Required

Declaration

Instance Variables

var count: Int Required

Declaration

  • var count: Int { get }

Instance Methods

func copyWithZone(_:) Required

Declaration

  • func copyWithZone(zone: _SwiftNSZone) -> AnyObject

Declared In

_NSSetCoreType, _NSCopyingType
func countByEnumeratingWithState(_:objects:count:) Required

Declaration

Declared In

_NSSetCoreType, _NSFastEnumerationType
func member(_:) Required

Declaration

func objectEnumerator() Required

Declaration