org.rococoa.cocoa.foundation
Class NSMutableDictionary

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSDictionary
      extended by 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)

Nested Class Summary
static interface NSMutableDictionary._Class
           
 
Field Summary
static NSMutableDictionary._Class CLASS
           
 
Constructor Summary
NSMutableDictionary()
           
 
Method Summary
abstract  void addEntriesFromDictionary(NSDictionary dictionary)
           
static NSMutableDictionary dictionaryWithCapacity(int numItems)
           
static NSMutableDictionary dictionaryWithDictionary(NSDictionary dictionary)
           
static NSMutableDictionary dictionaryWithObjects_forKeys(NSArray objects, NSArray keys)
           
static NSMutableDictionary dictionaryWithObjectsAndKeys(NSObject... objects)
           
abstract  void setValue_forKey(NSObject object, NSObject key)
           
abstract  void setValue_forKey(NSObject object, java.lang.String key)
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSDictionary
count, objectForKey, objectForKey, objectForKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Field Detail

CLASS

public static final NSMutableDictionary._Class CLASS
Constructor Detail

NSMutableDictionary

public NSMutableDictionary()
Method Detail

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.