On 8/14/13 3:34 AM, Paul Sandoz wrote:
If no one else volunteers i can try and sort this out and sync up stuff from the current HashMap/LinkedHashMap (e.g. forEachRem. as reported by Remi) and the lint warnings in one go, and submit for review.
That would be great, Paul.One thing on my mind to watch out for is keeping EMPTY_TABLE for the empty HashMap optimization (instead of using null - see the relevant comments in 7143928/8003586).
Thanks, -Brent