org.rococoa.cocoa.foundation
Class NSMutableDictionary
java.lang.Object
org.rococoa.cocoa.foundation.NSDictionary
org.rococoa.cocoa.foundation.NSMutableDictionary
- All Implemented Interfaces:
- NSObject
public abstract class NSMutableDictionary
- extends NSDictionary
- Author:
- Duncan McGregor, Paul Loy (added addEntriesFromDictionary for Growl contrib)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS
public static final NSMutableDictionary._Class CLASS
NSMutableDictionary
public NSMutableDictionary()
dictionaryWithCapacity
public static NSMutableDictionary dictionaryWithCapacity(int numItems)
dictionaryWithObjects_forKeys
public static NSMutableDictionary dictionaryWithObjects_forKeys(NSArray objects,
NSArray keys)
dictionaryWithObjectsAndKeys
public static NSMutableDictionary dictionaryWithObjectsAndKeys(NSObject... objects)
dictionaryWithDictionary
public static NSMutableDictionary dictionaryWithDictionary(NSDictionary dictionary)
setValue_forKey
public abstract void setValue_forKey(NSObject object,
NSObject key)
setValue_forKey
public abstract void setValue_forKey(NSObject object,
java.lang.String key)
addEntriesFromDictionary
public abstract void addEntriesFromDictionary(NSDictionary dictionary)
Copyright © 2009. All Rights Reserved.