+ dictionaryWithCapacity:
Creates and returns a mutable dictionary, initially giving it enough allocated memory to hold a given number of entries.
ある可変辞書を作成して返します、初めからそれはある与えられた数の登録項目を保持するのに十分にアロケートされたメモリを与えられています。
- initWithCapacity:
Initializes a newly allocated mutable dictionary, allocating enough memory to hold
numItems
entries.
新しくアロケートされた可変辞書を初期化します、十分なメモリをアロケートすることでnumItems
登録項目を保持しています。
- init
Initializes a newly allocated mutable dictionary.
新しくアロケートされた可変辞書を初期化します。