..
logging
Partially handle cascading logging levels.
2009-02-19 15:53:10 -07:00
regex
add skeleton java.util.regex classes
2008-07-13 20:33:51 -06:00
zip
add ZipFile(File) constructor and ZipFile.close
2008-10-06 17:30:48 -06:00
AbstractCollection.java
Tweaked code indentation and formatting to match existing style
2008-07-03 10:49:08 -06:00
AbstractSet.java
add a few classes and methods to the classpath
2008-07-03 09:16:32 -06:00
ArrayList.java
java.util code cleanup
2008-02-28 15:18:46 -07:00
Arrays.java
add Arrays.fill
2008-07-13 18:28:27 -06:00
BitSet.java
fix and-ing, or-ing, etc BitSet with variant size
2009-02-16 17:51:37 -07:00
Calendar.java
Fixed bug where seconds were always zero because % was misspelled as /
2009-02-03 15:30:03 -07:00
Cell.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
Collection.java
java.util code cleanup
2008-02-28 15:18:46 -07:00
Collections.java
add synchronized map
2009-02-16 17:52:27 -07:00
Comparator.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
Date.java
implement Date.toString, which just defers to ctime for now (part 2)
2008-06-16 11:45:23 -06:00
Enumeration.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
EventListener.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
EventObject.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
HashMap.java
Merge branch 'master' of oss:/var/local/git/avian
2008-02-28 11:37:14 -07:00
HashSet.java
implement HashSet.toString
2008-08-22 14:02:38 -06:00
Hashtable.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
IdentityHashMap.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
Iterator.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
LinkedList.java
java.util code cleanup
2008-02-28 15:18:46 -07:00
List.java
java.util code cleanup
2008-02-28 15:18:46 -07:00
ListIterator.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
Locale.java
set default locale to en, us
2008-10-09 18:30:24 -06:00
Map.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
MissingResourceException.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
NoSuchElementException.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
PersistentSet.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
Properties.java
add Properties.getProperty(String,String)
2008-07-13 18:27:42 -06:00
PropertyResourceBundle.java
implement ResourceBundle.getKeys
2008-11-03 15:18:44 -07:00
Random.java
implement Random.nextBytes and Random.nextLong
2008-09-26 15:30:08 -06:00
ResourceBundle.java
implement ResourceBundle.getKeys
2008-11-03 15:18:44 -07:00
Set.java
implement a few more classpath methods, including Collection.addAll and Collection.toArray
2008-02-28 11:37:10 -07:00
Stack.java
fix backwards logic in Stack.empty
2008-09-26 08:10:16 -06:00
StringTokenizer.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
TreeSet.java
fix class cast exception in TreeSet ctor
2008-07-17 15:46:54 -06:00
Vector.java
Vector.setElementAt should return void
2008-09-26 18:16:35 -06:00
WeakHashMap.java
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00