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

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

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.quicktime.NSObject
      extended by net.java.sip.communicator.impl.neomedia.quicktime.NSDictionary
Direct Known Subclasses:
NSMutableDictionary

public class NSDictionary
extends NSObject

Represents an Objective-C NSDictionary object.

Author:
Lubomir Marinov

Constructor Summary
NSDictionary(long ptr)
          Initializes a new NSDictionary instance which is to represent a specific Objective-C NSDictionary object.
 
Method Summary
protected  void finalize()
          Called by the garbage collector to release system resources and perform other cleanup.
 int intForKey(long key)
           
 
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

NSDictionary

public NSDictionary(long ptr)
Initializes a new NSDictionary instance which is to represent a specific Objective-C NSDictionary object.

Parameters:
ptr - the pointer to the Objective-C NSDictionary object to be represented by the new instance
Method Detail

finalize

protected void finalize()
Called by the garbage collector to release system resources and perform other cleanup.

Overrides:
finalize in class Object
See Also:
Object.finalize()

intForKey

public int intForKey(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.