public class NSMutableDictionary extends NSDictionary
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setIntForKey(int value,
long key) |
finalize, intForKeypublic NSMutableDictionary()
public NSMutableDictionary(long ptr)
ptr - the pointer to the Objective-C NSMutableDictionary
object to be represented by the new instanceCopyright © 2022 jitsi.org. All rights reserved.