_NSSetType

A shadow for the API of NSSet we will use in the core stdlib.

NSSet operations, in addition to those on _NSSetCoreType, that we need to use from the core stdlib. Distinct from _NSSetCoreType because we don't want to be forced to implement operations that NSSet already supplies.

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

Initializers

init(objects:count:) Required

Declaration

Declared In

_NSSetCoreType

1 inherited item hidden. (Show all)

Instance Variables

var count: Int Required

Declaration

  • var count: Int { get }

Declared In

_NSSetCoreType

1 inherited item hidden. (Show all)

Instance Methods

func copyWithZone(_:) Required

Declaration

  • func copyWithZone(zone: _SwiftNSZone) -> AnyObject

Declared In

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

Declaration

Declared In

_NSFastEnumerationType, _NSSetCoreType
func member(_:) Required

Declaration

Declared In

_NSSetCoreType
func objectEnumerator() Required

Declaration

Declared In

_NSSetCoreType

4 inherited items hidden. (Show all)