Package | Description |
---|---|
org.bridj.objc |
BridJ Objective-C runtime (MacOS X only, not working properly yet).
|
Modifier and Type | Method and Description |
---|---|
static NSDictionary |
NSDictionary.valueOf(Map<String,NSObject> map) |
Modifier and Type | Method and Description |
---|---|
static Pointer<NSDictionary> |
NSDictionary.dictionaryWithContentsOfFile(Pointer<NSString> path) |
static Pointer<NSDictionary> |
NSDictionary.dictionaryWithObjects_forKeys_count(Pointer<Pointer<NSObject>> objects,
Pointer<Pointer<NSObject>> keys,
int count) |
static Pointer<NSDictionary> |
NSDictionary.pointerToNSDictionary(Map<String,NSObject> map) |
Copyright © 2009-2020. All Rights Reserved.