nicklockwood / OrderedDictionary

This library provides OrderedDictionary and MutableOrderedDictionary subclasses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lost _keys after add OrderedDictionary to an NSMutableArray

nhokkuteluv opened this issue · comments

I don't know how after add an OrderedDictionary instance to NSMutableArray, it lost all key although there're index of individual key without any value. Look at the the following screenshot:
-Before add to NSMutableArray:
beforeadd
-Then, after add to NSMutableArray:
afteradd

As you can see the same instance OrderedDictionary but after add to array I can't find where are _keys gone?