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-09-13 10:21:34 -07:00
2010-11-15 09:19:38 -05:00
2010-09-10 15:55:43 -04:00
2010-11-15 09:19:38 -05:00
2010-11-09 22:03:17 -08:00
2010-11-17 11:31:48 +00:00
2010-11-12 13:08:14 -05:00
2010-10-15 17:08:20 +01:00
2010-10-15 17:08:20 +01:00
2010-10-15 17:08:20 +01:00
2010-09-15 11:43:49 -04:00
2010-11-15 09:19:38 -05:00
2010-11-17 11:25:36 -08:00
2010-10-18 12:56:02 +01:00
2010-10-18 16:25:59 -07:00
2010-09-16 12:51:39 +01:00
2010-09-16 12:51:39 +01:00
2010-11-17 11:31:48 +00:00
2010-09-13 10:47:58 -07:00
2010-10-29 11:44:42 +01:00
2010-11-12 15:43:40 +00:00
2010-10-20 15:55:12 +01:00
2010-09-16 12:51:39 +01:00
2010-08-30 08:34:23 -07:00
2010-09-01 11:48:05 -04:00
2010-10-13 16:21:01 +01:00
2010-09-01 11:48:05 -04:00
2010-11-15 09:19:38 -05:00
2010-10-29 13:53:33 -07:00
2010-11-12 13:08:14 -05:00
2010-11-17 09:22:57 -05:00
2010-11-15 09:19:38 -05:00
2010-11-17 11:25:36 -08:00
2010-09-28 12:32:05 +01:00
2010-11-12 15:12:58 -05:00
2010-11-15 15:54:53 -08:00