OSDN Git Service

Filling out implementations of java.util.
authorJesse Wilson <jessewilson@google.com>
Tue, 27 Apr 2010 22:56:39 +0000 (15:56 -0700)
committerJesse Wilson <jessewilson@google.com>
Wed, 28 Apr 2010 20:19:38 +0000 (13:19 -0700)
commit8043168f6c493ecc9a79ea0863cba7a4fac02895
treeb83545031e23fb2e57ecc85ce4ae052c1f322abf
parent6d2b99f76914063292d2637f1bc780b108de2526
Filling out implementations of java.util.

The new code comes straight from Harmony. None of the below classes
were divergent from Harmony so the change was quite straightforward.

The changes have been tested against Harmony's test suite and jtreg.
I haven't added any new tests to our suite, but I don't need to.
libcore/luni/src/main/java/java/util/Collections.java
libcore/luni/src/main/java/java/util/LinkedList.java
libcore/luni/src/main/java/java/util/TreeSet.java