.. |
logging
|
Use the default line separator when logging
|
2007-12-11 10:26:28 -07:00 |
zip
|
add support for passing properties to the VM via JNI; use vm.builtins property to specify builtin libraries
|
2007-10-25 12:33:43 -06:00 |
ArrayList.java
|
make ArrayList.set() do bounds checking
|
2007-11-15 11:53:33 -07:00 |
Arrays.java
|
implement Arrays.sort
|
2007-12-03 16:32:54 -07:00 |
Calendar.java
|
implement a few classpath methods required by SWT for Mac OS X
|
2007-10-29 15:23:13 -06:00 |
Cell.java
|
Added a proper implementation of TreeSet, based on a Persistent set implementation.
|
2007-09-28 11:01:57 -06:00 |
Collection.java
|
add a few classpath methods
|
2007-11-06 17:41:53 -07:00 |
Collections.java
|
fix build breakage due to missing isEmpty() methods
|
2007-11-07 09:48:09 -07:00 |
Comparator.java
|
Added several useful classes
|
2007-09-26 11:27:09 -06:00 |
Date.java
|
Added several useful classes
|
2007-09-26 11:27:09 -06:00 |
Enumeration.java
|
fun with collections
|
2007-07-21 21:47:29 -06:00 |
EventListener.java
|
quick sketches of various SWT 3.3 dependencies
|
2007-09-11 19:13:05 -06:00 |
EventObject.java
|
quick sketches of various SWT 3.3 dependencies
|
2007-09-11 19:13:05 -06:00 |
HashMap.java
|
fix build breakage due to missing isEmpty() methods
|
2007-11-07 09:48:09 -07:00 |
HashSet.java
|
fix build breakage due to missing isEmpty() methods
|
2007-11-07 09:48:09 -07:00 |
Hashtable.java
|
Add method to create one hashtable from a map, useful in converting a
|
2007-12-18 11:23:59 -07:00 |
IdentityHashMap.java
|
Added methods isEmpty(), putAll(), toArray() to interfaces List and Map
|
2007-09-26 08:57:34 -06:00 |
Iterator.java
|
more classpath classes
|
2007-07-21 16:36:51 -06:00 |
LinkedList.java
|
add missing classpath methods
|
2007-11-14 09:32:36 -07:00 |
List.java
|
add missing classpath methods
|
2007-11-14 09:32:36 -07:00 |
ListIterator.java
|
ArrayList now implements ListIterator (for reverse traversals of lists)
|
2007-09-26 09:48:59 -06:00 |
Locale.java
|
quick sketches of various SWT 3.3 dependencies
|
2007-09-11 19:13:05 -06:00 |
Map.java
|
Added methods isEmpty(), putAll(), toArray() to interfaces List and Map
|
2007-09-26 08:57:34 -06:00 |
MissingResourceException.java
|
quick sketches of various SWT 3.3 dependencies
|
2007-09-11 19:13:05 -06:00 |
NoSuchElementException.java
|
more classpath classes
|
2007-07-21 16:36:51 -06:00 |
PersistentSet.java
|
add PersistentSet.toString(), fix a bug when removing the last element, and add a couple sanity checks
|
2007-11-09 08:08:35 -07:00 |
Properties.java
|
Tie up some loose ends, implementing methods that are useful but not yet implemented.
|
2007-09-28 11:38:58 -06:00 |
PropertyResourceBundle.java
|
factor Properties and PropertieResourceBundle out of ResourceBundle
|
2007-09-17 16:16:57 -06:00 |
Random.java
|
Trivial implementation of java.util.Random
|
2007-12-17 15:43:51 -07:00 |
ResourceBundle.java
|
factor Properties and PropertieResourceBundle out of ResourceBundle
|
2007-09-17 16:16:57 -06:00 |
Set.java
|
Added method addAll to interface Map
|
2007-09-26 09:19:21 -06:00 |
Stack.java
|
fun with collections
|
2007-07-21 21:47:29 -06:00 |
StringTokenizer.java
|
StringTokenizer bugfixes
|
2007-08-23 18:21:56 -06:00 |
TreeSet.java
|
fix build breakage due to missing isEmpty() methods
|
2007-11-07 09:48:09 -07:00 |
Vector.java
|
add missing classpath methods
|
2007-11-14 09:32:36 -07:00 |
WeakHashMap.java
|
Added methods isEmpty(), putAll(), toArray() to interfaces List and Map
|
2007-09-26 08:57:34 -06:00 |