net.java.sip.communicator.impl.neomedia.quicktime
Class NSMutableDictionary
java.lang.Object
net.java.sip.communicator.impl.neomedia.quicktime.NSObject
net.java.sip.communicator.impl.neomedia.quicktime.NSDictionary
net.java.sip.communicator.impl.neomedia.quicktime.NSMutableDictionary
public class NSMutableDictionary
- extends NSDictionary
Represents an Objective-C NSMutableDictionary object.
- Author:
- Lubomir Marinov
|
Constructor Summary |
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. |
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
setIntForKey
public void setIntForKey(int value,
long key)
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.