Kenny Root
69e2eff270
Don't waste memory creating new Boolean objects
...
Creating a new Boolean is wasteful since there's already a static
Boolean.TRUE and Boolean.FALSE. Using Boolean.valueOf will return one of
those static objects and reduce memory usage a bit.
Change-Id: Id497f951c8a894ec03ac6c3181e6055b56db9db4
2010-11-17 11:25:36 -08:00
..
2010-11-16 16:08:22 -08:00
2010-11-04 13:37:45 -07:00
2010-11-16 19:36:31 -08:00
2010-11-10 17:18:37 -08:00
2010-11-11 10:59:48 -08:00
2010-11-16 17:31:59 -08:00
2010-11-12 14:00:36 -08:00
2010-11-09 17:43:16 -08:00
2010-11-05 11:40:56 +09:00
2010-11-15 11:18:39 +00:00
2010-11-03 15:32:40 -05:00
2010-11-16 17:18:36 -08:00
2010-10-04 07:59:34 -07:00
2010-11-16 10:50:31 -08:00
2010-11-11 15:22:13 -08:00
2010-11-12 09:41:12 -08:00
2010-11-08 12:49:43 -08:00
2010-08-26 14:02:20 -07:00
2010-10-19 18:23:18 -07:00
2010-11-16 16:23:55 -08:00
2010-11-09 10:26:39 -08:00
2010-11-17 13:59:56 +09:00
2010-11-17 11:25:36 -08:00
2010-11-16 18:21:29 -08:00