commit | 9537a12d820fa4b336e7f7ef51b08fdfc515a2c1 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Wed Dec 16 12:59:33 2009 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Dec 16 12:59:33 2009 -0800 |
tree | 7b23af70c0ff284e196f05002c9352de0be93e7f | |
parent | 9ad626de30016ea18a9da6ff8f840e79cf97ac11 [diff] | |
parent | 1a9530e36217e33deb9d78a790bcfb3d93a6b064 [diff] |
Merge change Id6bd7c81 * changes: Rewrote all the toString and bit twiddling code in Integer and Long using state-of-the-art recipes. The resulting code is much faster than what it replaced, as well as being more concise. While I was in the neighborhood I also cleaned up a few other things in the boxed primitives (TYPE fields, small-value caches, etc.).