Package org.eclipse.swt.internal.cocoa
Class NSMutableDictionary
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSDictionary
-
- org.eclipse.swt.internal.cocoa.NSMutableDictionary
-
public class NSMutableDictionary extends NSDictionary
-
-
Constructor Summary
Constructors Constructor Description NSMutableDictionary()
NSMutableDictionary(long id)
NSMutableDictionary(id id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NSMutableDictionary
dictionaryWithCapacity(long numItems)
static NSMutableDictionary
dictionaryWithObject(id object, id key)
NSMutableDictionary
initWithCapacity(long numItems)
void
removeObjectForKey(id aKey)
void
setDictionary(NSDictionary otherDictionary)
void
setObject(id anObject, id aKey)
void
setValue(id value, NSString key)
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSDictionary
allKeys, count, objectEnumerator, objectForKey, valueForKey
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, superclass, tableView, tableView, useCredential, writeSelectionToPasteboard
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSMutableDictionary
public NSMutableDictionary()
-
NSMutableDictionary
public NSMutableDictionary(long id)
-
NSMutableDictionary
public NSMutableDictionary(id id)
-
-
Method Detail
-
dictionaryWithCapacity
public static NSMutableDictionary dictionaryWithCapacity(long numItems)
-
initWithCapacity
public NSMutableDictionary initWithCapacity(long numItems)
-
removeObjectForKey
public void removeObjectForKey(id aKey)
-
setDictionary
public void setDictionary(NSDictionary otherDictionary)
-
dictionaryWithObject
public static NSMutableDictionary dictionaryWithObject(id object, id key)
-
-