Joel Dice
|
1d04fed6de
|
implement Collections.shuffle
|
2009-03-04 08:18:18 -07:00 |
|
Zsombor
|
d682ccaceb
|
add synchronized map
|
2009-02-16 17:52:27 -07:00 |
|
Eric Scharff
|
bba4f75c2f
|
Tweaked code indentation and formatting to match existing style
|
2008-07-03 10:49:08 -06:00 |
|
Zsombor
|
e3fd0d9c7d
|
add a few classes and methods to the classpath
Add java.lang.CharSequence, java.util.AbstractSet,
java.util.AbstractCollection, Collections.unmodifiableSet,
System.getProperty(String,String), etc.
|
2008-07-03 09:16:32 -06:00 |
|
Joel Dice
|
3e7acd7861
|
fix backwards logic in Collections.toArray
|
2008-03-05 14:21:53 -07:00 |
|
Joel Dice
|
9d76d6a04e
|
implement a few more classpath methods, including Collection.addAll and Collection.toArray
|
2008-02-28 11:37:10 -07:00 |
|
Joel Dice
|
2edaa82801
|
prepend copyright notice and license to all source files; add license.txt and readme.txt
|
2008-02-19 11:06:52 -07:00 |
|
Joel Dice
|
707359d555
|
remove redundant synchronization from Collections.SynchronizedCollection
|
2008-01-28 08:10:23 -07:00 |
|
Joel Dice
|
fef3cddb9e
|
fix build breakage due to missing isEmpty() methods
|
2007-11-07 09:48:09 -07:00 |
|
Joel Dice
|
f84b865f03
|
implement TreeSet.toString()
|
2007-10-16 19:17:37 -06:00 |
|
Eric Scharff
|
0beba6cafa
|
ArrayList now implements ListIterator (for reverse traversals of lists)
|
2007-09-26 09:48:59 -06:00 |
|
Eric Scharff
|
876b02f641
|
Added method addAll to interface Map
|
2007-09-26 09:19:21 -06:00 |
|
Joel Dice
|
d1dbb45d55
|
implement Arrays.toString()
|
2007-08-23 19:57:42 -06:00 |
|
Joel Dice
|
472ecb1713
|
flesh out some classpath classes
|
2007-07-22 13:06:21 -06:00 |
|
Joel Dice
|
ecd31a10a4
|
fun with collections
|
2007-07-21 21:47:29 -06:00 |
|