org.rococoa.cocoa.foundation
Class NSDictionary
java.lang.Object
org.rococoa.cocoa.foundation.NSDictionary
- All Implemented Interfaces:
- NSObject
- Direct Known Subclasses:
- NSMutableDictionary
public abstract class NSDictionary
- extends java.lang.Object
- implements NSObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS
public static final NSDictionary._Class CLASS
NSDictionary
public NSDictionary()
dictionaryWithObjects_forKeys
public static NSDictionary dictionaryWithObjects_forKeys(NSArray objects,
NSArray keys)
dictionaryWithObjectsAndKeys
public static NSDictionary dictionaryWithObjectsAndKeys(NSObject... objects)
objectForKey
public abstract ID objectForKey(ID key)
objectForKey
public abstract NSObject objectForKey(NSObject key)
objectForKey
public abstract NSObject objectForKey(java.lang.String key)
count
public abstract int count()
Copyright © 2009. All Rights Reserved.