gnu.gnustep.base
Class NSMutableDictionary

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSDictionary
              |
              +--gnu.gnustep.base.NSMutableDictionary
All Implemented Interfaces:
java.lang.Cloneable

public class NSMutableDictionary
extends NSDictionary

This class wraps the Objective-C class NSMutableDictionary. It was automatically generated by JIGS WrapCreator.


Constructor Summary
NSMutableDictionary()
          Wraps the Objective-C method init
NSMutableDictionary(long arg0)
          Wraps the Objective-C method initWithCapacity:
NSMutableDictionary(NSArray arg0, NSArray arg1)
          Wraps the Objective-C method initWithObjects:forKeys:
NSMutableDictionary(NSDictionary arg0)
          Wraps the Objective-C method initWithDictionary:
NSMutableDictionary(NSDictionary arg0, boolean arg1)
          Wraps the Objective-C method initWithDictionary:copyItems:
NSMutableDictionary(java.lang.Object[] objects, java.lang.Object[] keys)
          Wraps initWithObjects:forKeys:
NSMutableDictionary(java.lang.String arg0)
          Wraps the Objective-C method initWithContentsOfFile:
 
Method Summary
 void addEntriesFromDictionary(NSDictionary arg0)
          Wraps the Objective-C method addEntriesFromDictionary:
 void removeAllObjects()
          Wraps the Objective-C method removeAllObjects
 void removeObjectForKey(java.lang.Object arg0)
          Wraps the Objective-C method removeObjectForKey:
 void removeObjectsForKeys(NSArray arg0)
          Wraps the Objective-C method removeObjectsForKeys:
 void setDictionary(NSDictionary arg0)
          Wraps the Objective-C method setDictionary:
 void setObjectForKey(java.lang.Object arg0, java.lang.Object arg1)
          Wraps the Objective-C method setObject:forKey:
 
Methods inherited from class gnu.gnustep.base.NSDictionary
allKeys, allKeysForObject, allValues, count, isEqualToDictionary, keyEnumerator, keysSortedByValueUsingSelector, objectEnumerator, objectForKey, objectsForKeys, writeToFile
 
Methods inherited from class gnu.gnustep.base.NSObject
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSMutableDictionary

public NSMutableDictionary()
Wraps the Objective-C method init

NSMutableDictionary

public NSMutableDictionary(long arg0)
Wraps the Objective-C method initWithCapacity:

NSMutableDictionary

public NSMutableDictionary(NSDictionary arg0)
Wraps the Objective-C method initWithDictionary:

NSMutableDictionary

public NSMutableDictionary(NSDictionary arg0,
                           boolean arg1)
Wraps the Objective-C method initWithDictionary:copyItems:

NSMutableDictionary

public NSMutableDictionary(NSArray arg0,
                           NSArray arg1)
Wraps the Objective-C method initWithObjects:forKeys:

NSMutableDictionary

public NSMutableDictionary(java.lang.String arg0)
Wraps the Objective-C method initWithContentsOfFile:

NSMutableDictionary

public NSMutableDictionary(java.lang.Object[] objects,
                           java.lang.Object[] keys)
Wraps initWithObjects:forKeys:
Method Detail

addEntriesFromDictionary

public void addEntriesFromDictionary(NSDictionary arg0)
Wraps the Objective-C method addEntriesFromDictionary:

removeAllObjects

public void removeAllObjects()
Wraps the Objective-C method removeAllObjects

removeObjectForKey

public void removeObjectForKey(java.lang.Object arg0)
Wraps the Objective-C method removeObjectForKey:

removeObjectsForKeys

public void removeObjectsForKeys(NSArray arg0)
Wraps the Objective-C method removeObjectsForKeys:

setDictionary

public void setDictionary(NSDictionary arg0)
Wraps the Objective-C method setDictionary:

setObjectForKey

public void setObjectForKey(java.lang.Object arg0,
                            java.lang.Object arg1)
Wraps the Objective-C method setObject:forKey: