- Lazy init hashCache to avoid clinit calls
- Made hashCode run faster; since only 32 chars can contribute to the final value, it seemed silly to read more than 32; I spread those characters out evenly over the string for hopefully better hashing
- Optimized valueOf() impls
- String(x) is the generally accepted syntax for coercing to a String primitive
- Made some param names more consistent

Review by: knorton


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1208 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed