没有得到正确的NSMutableDictionary计数

时间:2011-05-24 11:03:03

标签: objective-c

在将对象设置为字典后,我无法获得对象的实际计数。 我有一个结构指针pEvent,我把它放在myData(NSData对象)中。我将这个NSData存储到字典中。

[m_cAppIdMap setObject:myData forKey:[NSNumber numberWithUnsignedShort:wTimerIds]];
int no = [m_cAppIdMap count];
NSLog(@"The no of entries in array is:%d",no);

1 个答案:

答案 0 :(得分:1)

使用int no = [m_cAppIdMap.allKeys count];