Is their a Cocoa container class that functions like the standard template library's multimap, i.e. letting you have multiple values for an identical key? I've been trying to sift through the Cocoa documentation, but no such luck, maybe I'm just retarded?
|
|
|
|
|
|
|
Your options:
|
|||
|
|
|
|
Nope. The easiest way to get that behaviour would be to use a dictionary whose values are |
||
|
|
