From: Shekar M. <sh...@fa...> - 2010-06-30 22:04:35
|
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 |