Re: NSDictionary key from the content of a set

2009-01-15 Thread Tim McDonald
Thanks for the response. The code wasn't working as I expected because I'd failed to initialise the setOfValuesForCharacteristicTypes NSMutableSet which I was using check the hashFromCharacteristicTypes before sending the hash to the dictionary. I'd presumed it was a problem with set obje

NSDictionary key from the content of a set

2009-01-15 Thread Tim McDonald
Types setObject:valuesToReturn forKey:hashFromCharacteristicTypes ]; [setOfValuesForCharacteristicTypes addObject:hashFromCharacteristicTypes]; return valuesToReturn; } ______ Tim McDonald Dept of Mechanical Enginee