_NSDictionaryType

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

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

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

Initializers

init(objects:forKeys:count:) Required

Declaration

Declared In

_NSDictionaryCoreType

1 inherited item hidden. (Show all)

Instance Variables

var count: Int Required

Declaration

  • var count: Int { get }

Declared In

_NSDictionaryCoreType

1 inherited item hidden. (Show all)

Instance Methods

func copyWithZone(_:) Required

Declaration

  • func copyWithZone(zone: _SwiftNSZone) -> AnyObject

Declared In

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

Declaration

Declared In

_NSDictionaryCoreType, _NSFastEnumerationType
func getObjects(_:andKeys:) Required

Declaration

Declared In

_NSDictionaryType, _NSDictionaryCoreType
func keyEnumerator() Required

Declaration

Declared In

_NSDictionaryCoreType
func objectForKey(_:) Required

Declaration

Declared In

_NSDictionaryCoreType

4 inherited items hidden. (Show all)