commit | a5fc61c2bd97e3d6a8211cc8214bff3a6883d3a9 | [log] [tgz] |
---|---|---|
author | Jens Nehlmeier <jens.nehlmeier@gmail.com> | Sun Aug 17 23:57:38 2014 +0200 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 24 13:29:13 2014 +0000 |
tree | bc1188c8685379f4684f5e5422a67799a1717cc1 | |
parent | 7bae20685d729c3666ab2a8ca4e94df53934622c [diff] |
Makes SplittableList.remove() to behave correctly. Before this patch, SplittableList.remove() has assigned "null" as reified value for any index that has not yet been reified and that is larger than the index to be removed. For these indexes SplittableList.get(int) has then returned "null" even though a value exists in the Splittable. Bug: issue 8854 Change-Id: Ie6f2c7b66926d4a09c4797be870bf4efcc7dfe02