digitalmars.D.dtl - Java Collections API?
- Ben Hinkle (4/4) Jul 16 2004 Anyone taken a crack at porting Java's Collections API to D?
- Gold Dragon (4/9) Jul 16 2004 I don't think so, you may check www.dsource.org or the D news group.
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
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