commit | 3ce783438eccf18d0ad538d911585043b5d1b2b4 | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Fri Dec 10 17:12:20 2010 -0800 |
committer | Jesse Wilson <jessewilson@google.com> | Mon Dec 13 12:27:46 2010 -0800 |
tree | 3c939112b5c4ed11a97ab6abf52e8d733726f6ba | |
parent | 67a36c3ee5ef87adf5e2d50e6f2e38c844de6e22 [diff] |
Rewrite CopyOnWriteArrayList from scratch. The previous implementation has many structural problems motivating this rewrite. In particular, changes to sublists behaved quite inconsistently with the RI. This passes the tests in the Google Collections test suite. Change-Id: I49c4a50659ef1f35dbff4abdd596d7fda815bcfe http://b/3270784