Joel Dice
|
2000c139ea
|
modify TreeSet.MyIterator to support both ascending and descending iteration
This also fixes a bug such that the remove() method left the iterator
in an inconsistent state.
|
2013-12-04 17:52:27 -07:00 |
|
Joel Dice
|
3aff7dc861
|
add TreeSet(Collection) constructor
|
2011-01-20 09:39:16 -07:00 |
|
Joel Dice
|
5b23ad3f40
|
remove unused inner class in Tree.java
|
2009-07-28 16:58:33 -06:00 |
|
Joel Dice
|
d327f6ba5a
|
implement java.util.TreeMap
|
2009-07-25 15:41:43 -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 |
|