Initializerswift 6.0.3Foundation
init(capacity:)
convenience init(capacity numItems: Int)
convenience init(capacity numItems: Int)
import Foundation
class NSMutableDictionary
@frozen struct Int
A signed integer value type.
required convenience init()
required init(objects: UnsafePointer<AnyObject>!, forKeys keys: UnsafePointer<NSObject>!, count cnt: Int)
convenience init(sharedKeySet keyset: Any)
subscript(key: AnyHashable) -> Any? { get set }
func addEntries(from otherDictionary: [AnyHashable : Any])
func removeAllObjects()
func removeObject(forKey aKey: Any)
func removeObjects(forKeys keyArray: [Any])
func setDictionary(_ otherDictionary: [AnyHashable : Any])
func setObject(_ anObject: Any, forKey aKey: AnyHashable)