.. |
concurrent
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
jar
|
fixing problems!
|
2013-07-08 16:30:17 -06:00 |
logging
|
Support Logger#log(Level,String,Object)
|
2013-11-06 09:07:58 -06:00 |
regex
|
Support escaped octal and hexadecimal characters in regular expressions
|
2013-10-21 13:34:33 -05:00 |
zip
|
remove non-conforming ZipEntry.getJavaTime API and associated tests (which failed the openjdk build)
|
2013-11-07 19:13:13 -07:00 |
AbstractCollection.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
AbstractList.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
AbstractMap.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
AbstractQueue.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
AbstractSequentialList.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
AbstractSet.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
ArrayList.java
|
Make ArrayList's serialization compatible with OpenJDK's
|
2013-11-06 09:12:18 -06:00 |
Arrays.java
|
Implement rest of the Arrays#fill family
|
2013-11-04 15:11:19 -06:00 |
BitSet.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Calendar.java
|
Implement Calendar#getTime
|
2013-10-18 14:58:44 -05:00 |
Collection.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Collections.java
|
Implement Collections#reverse
|
2013-11-04 14:33:25 -06:00 |
Comparator.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
ConcurrentModificationException.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Date.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
EmptyStackException.java
|
Add a dummy implementation of EmptyStackException
|
2013-11-06 09:07:58 -06:00 |
Enumeration.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
EnumSet.java
|
EnumSet.allOf can take advantage of the bulk BitSet.set(start, end) operation to run faster instead of adding each element individually.
|
2012-07-06 23:47:42 -06:00 |
EventListener.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
EventObject.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
HashMap.java
|
Implement LinkedHashMap
|
2013-11-04 15:11:19 -06:00 |
HashSet.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Hashtable.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
IdentityHashMap.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Iterator.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
LinkedHashMap.java
|
Implement LinkedHashMap
|
2013-11-04 15:11:19 -06:00 |
LinkedHashSet.java
|
Implement LinkedHashSet
|
2013-11-04 15:11:19 -06:00 |
LinkedList.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
List.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
ListIterator.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Locale.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Map.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
MissingResourceException.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
NoSuchElementException.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Properties.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
PropertyResourceBundle.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Queue.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Random.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
RandomAccess.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
ResourceBundle.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Set.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
SortedSet.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
Stack.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
StringTokenizer.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |
TimeZone.java
|
fix Dates test for openjdk and stub out java.util.TimeZone
|
2013-11-07 20:44:02 -07:00 |
TreeMap.java
|
Make TreeMap (de)serialization compatible with Java
|
2013-11-06 09:12:18 -06:00 |
TreeSet.java
|
Implement TreeSet#descendingIterator
|
2013-11-04 15:11:19 -06:00 |
UUID.java
|
add bare-bones UUID implementation
|
2011-09-29 18:27:34 -06:00 |
Vector.java
|
Make Vector a Cloneable
|
2013-10-25 15:32:33 -05:00 |
WeakHashMap.java
|
update copyright years
|
2013-07-02 20:52:38 -06:00 |