Class NSDictionary
- java.lang.Object
-
- org.jitsi.impl.neomedia.quicktime.NSObject
-
- org.jitsi.impl.neomedia.quicktime.NSDictionary
-
- Direct Known Subclasses:
NSMutableDictionary
public class NSDictionary extends NSObject
Represents an Objective-C NSDictionary object.- Author:
- Lyubomir Marinov
-
-
Constructor Summary
Constructors Constructor Description NSDictionary(long ptr)Initializes a new NSDictionary instance which is to represent a specific Objective-C NSDictionary object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector to release system resources and perform other cleanup.intintForKey(long key)
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector to release system resources and perform other cleanup.- Overrides:
finalizein classObject- See Also:
Object.finalize()
-
intForKey
public int intForKey(long key)
-
-