NSDictionary


文書改定履歴


この表は、NSDictionary クラスリファレンス の変更点について説明します。


日付ノート
2013-09-18objectForKeyedSubscript: およびサブクラス化ノートの説明の改定。
initWithObjects:forKeys:count:initWithObjects:forKeys: ではなく、オーバーライドしてはいけないメソッドとして識別するサブクラス化ノートの訂正。
init メソッドを追加し、クラスの指定イニシャライザとして識別しました。
2013-08-08objectForKeyedSubscript: の説明 およびサブクラス化ノートを修正しました。
objectForKeyedSubscript: の説明を修正し、それは objectForKey: のように動作し、valueForKey: のようではないことに注意しました。
2012-07-17OS X v10.8 用に更新しました。
2011-01-18dictionaryWithObject:forKey: は nil パラメータを受け付けないことに注意しました。
2010-08-16導入を更新し、全体のマイナーな修正を行いました。
2010-07-06概要にサブクラス化の情報を追加しました。
2009-08-28OS X v10.6 用に更新。列挙するためのメソッドを指向した新しいブロック。
2009-04-08誤植の補正。
2008-10-15-description メソッドの文言を訂正しました。
2008-02-08誤植の補正。
2007-02-16OS X v10.5 で導入された API を含めました。
2006-05-23別の文書としてこのコンテンツの最初の出版。






前の章
目次
Xcode の新機能
NSObject(class)

  • NSDictionary
  • 概観
  • サブクラス化の注意事項
  • オーバーライドするメソッド
    サブクラス化の代替手段
  • タスク
  • 辞書作成
  • dictionary
    dictionaryWithContentsOfFile:
    dictionaryWithContentsOfURL:
    dictionaryWithDictionary:
    dictionaryWithObject:forKey:
    dictionaryWithObjects:forKeys:
    dictionaryWithObjects:forKeys:count:
    dictionaryWithObjectsAndKeys:
  • NSDictionary インスタンスの初期化
  • init 指定イニシャライザ
    initWithContentsOfFile:
    initWithContentsOfURL:
    initWithDictionary:
    initWithDictionary:copyItems:
    initWithObjects:forKeys:
    initWithObjects:forKeys:count: 指定イニシャライザ
    initWithObjectsAndKeys:
  • 共有鍵で最適化された辞書用キーセットの作成
  • sharedKeySetForKeys:
  • エントリを数える
  • count プロパティ
  • 辞書の比較
  • isEqualToDictionary:
  • キー値へのアクセス
  • allKeys プロパティ
    allKeysForObject:
    allValues プロパティ
    getObjects:andKeys:
    objectForKey:.
    objectForKeyedSubscript:
    objectsForKeys:notFoundMarker:
    valueForKey:
  • 列挙型の辞書
  • keyEnumerator
    objectEnumerator
    enumerateKeysAndObjectsUsingBlock:
    enumerateKeysAndObjectsWithOptions: usingBlock:
  • 辞書の並べ替え
  • keysSortedByValueUsingSelector:
    keysSortedByValueUsingComparator:
    keysSortedByValueWithOptions: usingComparator:
  • 辞書にフィルターをかける
  • keysOfEntriesPassingTest:
    keysOfEntriesWithOptions:passingTest:
  • 辞書を保存する
  • writeToFile:atomically:
    writeToURL:atomically:
  • ファイル属性へのアクセス
  • fileCreationDate
    fileExtensionHidden
    fileGroupOwnerAccountID
    fileGroupOwnerAccountName
    fileHFSCreatorCode
    fileHFSTypeCode
    fileIsAppendOnly
    fileIsImmutable
    fileModificationDate
    fileOwnerAccountID
    fileOwnerAccountName
    filePosixPermissions
    fileSize
    fileSystemFileNumber
    fileSystemNumber
    fileType
  • 記述(Description)の作成
  • description
    descriptionInStringsFileFormat
    descriptionWithLocale:
    descriptionWithLocale:indent:
    文書改定履歴












    トップへ(NSDictionary)












    トップへ(NSDictionary)