FROM : Finlay Dobbie
DATE : Thu Sep 30 21:29:51 2004
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
DATE : Thu Sep 30 21:29:51 2004
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
| Related mails | Author | Date |
|---|---|---|
| John Spicer | Sep 30, 21:15 | |
| Finlay Dobbie | Sep 30, 21:29 |






Cocoa mail archive

