Re: HashMap bug for large map sizes
On 13/07/2010 18:13, Kasper Nielsen wrote: s.writeInt(Integer.MAX_VALUE); for (int i=0;i Adding a field to the serial form would probably be better. Tom
HashMap bug for large map sizes
Hi, I don't know if this has been discussed before. But I was looking at the HashMap implementation today and noticed that there are some issues with very large sized hashmaps with more then Integer.MAX_VALUE elements. 1. The Map contract says that "If the map contains more than Integer.MAX_VALU
