IdentityHashMap.[keySet|values|entrySet].toArray speed-up (original) (raw)

Martin Buchholz martinrb at google.com
Wed Feb 13 20:47:12 UTC 2013


Seems pretty good overall. Thanks for doing this.

Style: put your open braces at the end of the line.


why not the more readable:

for (int i = 0, len = tab.length; i < len; i += 2) { Object key = tab[i]; if (key != null) { ...



More information about the core-libs-dev mailing list