1: package com.apple.cocoa.foundation; 2: 3: public class NSDictionary extends NSObject implements NSCoding { 4: public native Object objectForKey(Object o); 5: }