Hi,
Trying to do something basic using the following and seem to get the above error ...
NSDictionary letterDict = (NSDictionary)PropertyListParser.parse(is);
NSDictionary wordDict = (NSDictionary) letterDict.objectForKey(currentLetter);
String[] wordStringList = wordDict.allKeys();
Referencing Java.Lang.Long API seem to suggest the method is called compareTo as opposed to compare?
http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Long.html
appreciate any input.
Thanks,
G.
--
You received this message because you are subscribed to the Google Groups "plist-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to plist-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.