|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSDictionary
|
+--gnu.gnustep.base.NSMutableDictionary
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 |
public NSMutableDictionary()
public NSMutableDictionary(long arg0)
public NSMutableDictionary(NSDictionary arg0)
public NSMutableDictionary(NSDictionary arg0,
boolean arg1)
public NSMutableDictionary(NSArray arg0,
NSArray arg1)
public NSMutableDictionary(java.lang.String arg0)
public NSMutableDictionary(java.lang.Object[] objects,
java.lang.Object[] keys)
| Method Detail |
public void addEntriesFromDictionary(NSDictionary arg0)
public void removeAllObjects()
public void removeObjectForKey(java.lang.Object arg0)
public void removeObjectsForKeys(NSArray arg0)
public void setDictionary(NSDictionary arg0)
public void setObjectForKey(java.lang.Object arg0,
java.lang.Object arg1)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||