How much memory overhead does the linked hash map add? How much speed cost?
That would solve the problem by making the order stable, but we shouldn't slow down the code just to make the test easier to write, especially when the additional code in the test is < 1 line of code. On Thu, Aug 7, 2008 at 11:12 PM, Shalin Shekhar Mangar < [EMAIL PROTECTED]> wrote: > Or use a LinkedHashMap? > >
