Joel Dice
|
0a7f94abfe
|
add java.util.Collection.toArray()
|
2009-08-04 17:36:25 -06:00 |
|
Joel Dice
|
7911989055
|
add AbstractList and AbstractSequentialList classes to java.util and listIterator methods to java.util.List
|
2009-08-04 17:24:29 -06:00 |
|
Joel Dice
|
d327f6ba5a
|
implement java.util.TreeMap
|
2009-07-25 15:41:43 -06:00 |
|
mweaver
|
6b89ecd0ee
|
Like a noob, I missed some things... broke the compilation.
|
2009-04-22 15:24:26 -06:00 |
|
Eric Scharff
|
af784f4cbc
|
"Fix" Map.containsKey() and Map.containsValue()
java.util.Map.containsKey() and java.util.Map.containsValue() take
Object parameters, not K and V. Changed to improve classpath
compatibility.
|
2009-04-17 08:57:49 -06:00 |
|
Joel Dice
|
d1018bf078
|
update copyright years
|
2009-03-15 12:02:36 -06:00 |
|
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 |
|