Joel Dice
|
a677a2da17
|
fix class cast exception in TreeSet ctor
|
2008-07-17 15:46:54 -06:00 |
|
Matt Weaver
|
2d1ec11edc
|
Added no arg constructor to support Comparable types.
|
2008-07-14 08:45:51 -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
|
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
|
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
|
6be84b4653
|
Adds some missing methods to TreeSet, which really ought to be an instance of Collection
|
2007-10-16 12:14:03 -06:00 |
|
Eric Scharff
|
5691ec87f0
|
Added a proper implementation of TreeSet, based on a Persistent set implementation.
|
2007-09-28 11:01:57 -06:00 |
|
Eric Scharff
|
3fb90d4c3a
|
Added minimalist TreeSet implementation, as well as Test classes for trees
and lists.
|
2007-09-27 16:23:05 -06:00 |
|