Re: setObjectForKey in NSMutableDictionary in Java
Re: setObjectForKey in NSMutableDictionary in Java
- Subject: Re: setObjectForKey in NSMutableDictionary in Java
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 30 Sep 2004 20:29:51 +0100
On 30 Sep 2004, at 20:15, John Spicer wrote:
theDictionary.setObjectForKey(a, b);
why does the java compiler give this error:
Classes/theController.java:324: cannot resolve symbol
symbol : method setObjectForKey (java.lang.Object,java.lang.Object)
the objectForKey method works fine:
Is theDictionary an NSMutableDictionary or just an NSDictionary?
-- Finlay
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden