All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Dictionary | +----com.apple.alpha.core.MutableDictionary
NSMutableDictionary
.
[[NSMutableDictionary
alloc] init]
.
- initWithObjects:forKeys:
on a newly allocated object.
- initWithCoder:
on a newly allocated object.
- initWithDictionary:
on a newly allocated object.
- initWithDictionary:copyItems:
on a newly allocated object.
- initWithCapacity:
on a newly allocated object.
- initWithContentsOfFile:
on a newly allocated object.
- addEntriesFromDictionary:
Objective-C instance method.
+ dictionaryWithCapacity:
Objective-C class method.
- removeAllObjects
Objective-C instance method.
- removeObjectForKey:
Objective-C instance method.
- removeObjectsForKeys:
Objective-C instance method.
- setDictionary:
Objective-C instance method.
- setObject:forKey:
Objective-C instance method.
public MutableDictionary(Hashtable h)
protected MutableDictionary(boolean shouldAllocate, int objcObject)
public MutableDictionary()
[[NSMutableDictionary
alloc] init]
.
public MutableDictionary(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public MutableDictionary(String path)
- initWithContentsOfFile:
on a newly allocated object.
public MutableDictionary(Array objects, Array keys)
- initWithObjects:forKeys:
on a newly allocated object.
public MutableDictionary(Dictionary otherDictionary)
- initWithDictionary:
on a newly allocated object.
public MutableDictionary(Dictionary otherDictionary, boolean aBool)
- initWithDictionary:copyItems:
on a newly allocated object.
public MutableDictionary(int numItems)
- initWithCapacity:
on a newly allocated object.
public native void removeObjectForKey(Object aKey)
- removeObjectForKey:
Objective-C instance method.
public native void setObjectForKey(Object anObject, Object aKey)
- setObject:forKey:
Objective-C instance method.
public native void addEntriesFromDictionary(Dictionary otherDictionary)
- addEntriesFromDictionary:
Objective-C instance method.
public native void removeAllObjects()
- removeAllObjects
Objective-C instance method.
public native void removeObjectsForKeys(Array keyArray)
- removeObjectsForKeys:
Objective-C instance method.
public native void setDictionary(Dictionary otherDictionary)
- setDictionary:
Objective-C instance method.
public static native Object dictionaryWithCapacity(int numItems)
+ dictionaryWithCapacity:
Objective-C class method.
All Packages Class Hierarchy This Package Previous Next Index