Skip navigation.
 
mlRe: setObjectForKey in NSMutableDictionary in Java
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

Related mailsAuthorDate
mlsetObjectForKey in NSMutableDictionary in Java John Spicer Sep 30, 21:15
mlRe: setObjectForKey in NSMutableDictionary in Java Finlay Dobbie Sep 30, 21:29