www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dtl - Java Collections API?

reply Ben Hinkle <bhinkle4 juno.com> writes:
Anyone taken a crack at porting Java's Collections API to D?
http://java.sun.com/j2se/1.5.0/docs/guide/collections/index.html
In particular I'm interested in TreeSet or TreeMap (red-black tree).

-Ben
Jul 16 2004
parent Gold Dragon <dragonwing dragonu.net> writes:
I don't think so, you may check www.dsource.org or the D news group. 
After DTL comes out, I'm sure someone will create one off the DTL 
containers. I want a tree also but most likely have to create one of our 
own and see if it could be added to DTL after it comes out.


 Anyone taken a crack at porting Java's Collections API to D?
 http://java.sun.com/j2se/1.5.0/docs/guide/collections/index.html
 In particular I'm interested in TreeSet or TreeMap (red-black tree).
 
 -Ben
Jul 16 2004