SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.quicktime
Class NSMutableDictionary

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.quicktime.NSObject
      extended by net.java.sip.communicator.impl.neomedia.quicktime.NSDictionary
          extended by 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.
 
Method Summary
 void setIntForKey(int value, long key)
           
 
Methods inherited from class net.java.sip.communicator.impl.neomedia.quicktime.NSDictionary
finalize, intForKey
 
Methods inherited from class net.java.sip.communicator.impl.neomedia.quicktime.NSObject
getPtr, release, release, retain, retain, setPtr
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Method Detail

setIntForKey

public void setIntForKey(int value,
                         long key)

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.