From: Paul P. <bay...@gm...> - 2010-07-01 22:23:17
|
Sending this again to everyone on the distribution list. If you don't care about synchronization, you should just use HashMap, which already has much of it implemented. Note that in Java though, HashMap is NOT synchronized & Hashtable is. So if you have implemented Hashtable, make sure you've taken synchronization into account. If you do need synchronization & have implemented Hashtable, you can submit it for review at: http://xmlvm-reviews.appspot.com/ Thanks! Paul Poley On Wed, Jun 30, 2010 at 4:37 PM, Shekar Mantha <sh...@fa...> wrote: > Hi, > > I am trying to convert a Blackberry application into Objective-C (for > the iPhone). I see that xmlvm converts many of the core java class files > (e.g., java.util.Vector, etc.). But, I did not see a conversion of > java.util.Hashtable -- I see that many of the Java 2 collection > framework classes are supported. I implemented an Objective-C version of > java.util.Hashtable and java.util.Enumeration -- how can I include this > in the xmlvm framework so it will be generated automatically every time > I run xmlvm? > > Thanks for your reply. > > Regards, > Shekar > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |