Class NSMutableDictionary
- java.lang.Object
-
- org.jitsi.impl.neomedia.quicktime.NSObject
-
- org.jitsi.impl.neomedia.quicktime.NSDictionary
-
- org.jitsi.impl.neomedia.quicktime.NSMutableDictionary
-
public class NSMutableDictionary extends NSDictionary
Represents an Objective-C NSMutableDictionary object.- Author:
- Lyubomir Marinov
-
-
Constructor Summary
Constructors Constructor Description NSMutableDictionary()Initializes a new NSMutableDictionary instance which is to represent a new Objective-C NSMutableDictionary object.NSMutableDictionary(long ptr)Initializes a new NSMutableDictionary instance which is to represent a specific Objective-C NSMutableDictionary object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetIntForKey(int value, long key)-
Methods inherited from class org.jitsi.impl.neomedia.quicktime.NSDictionary
finalize, intForKey
-
-
-
-
Constructor Detail
-
NSMutableDictionary
public NSMutableDictionary()
Initializes a new NSMutableDictionary instance which is to represent a new Objective-C NSMutableDictionary object.
-
NSMutableDictionary
public NSMutableDictionary(long ptr)
Initializes a new NSMutableDictionary instance which is to represent a specific Objective-C NSMutableDictionary object.- Parameters:
ptr- the pointer to the Objective-C NSMutableDictionary object to be represented by the new instance
-
-