public class NSDictionary extends NSObject
| Constructor and Description |
|---|
NSDictionary(long ptr)
Initializes a new NSDictionary instance which is to represent a
specific Objective-C NSDictionary object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
Called by the garbage collector to release system resources and perform
other cleanup.
|
int |
intForKey(long key) |
public NSDictionary(long ptr)
ptr - the pointer to the Objective-C NSDictionary object to
be represented by the new instanceprotected void finalize()
finalize in class ObjectObject.finalize()public int intForKey(long key)
Copyright © 2022 jitsi.org. All rights reserved.