You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is less overhead to use Integer.valueOf, rather than instantiating a new
Integer object.
It can result in performance improvements:
http://tech.puredanger.com/2007/02/01/valueof/
Original issue reported on code.google.com by madshansen3 on 27 Feb 2011 at 1:48