wocommunity / wolips

wolips
53 stars 53 forks source link

use valueOf for Integer and Boolean where possible #114

Closed darkv closed 9 years ago

darkv commented 9 years ago

Instead of creating lots of Integer and Boolean objects the valueOf method that uses cached values should be used.