Package | Description |
---|---|
org.bridj.objc |
BridJ Objective-C runtime (MacOS X only, not working properly yet).
|
Modifier and Type | Class and Description |
---|---|
class |
NSAutoreleasePool |
class |
NSDictionary |
class |
NSInvocation |
class |
NSMethodSignature |
class |
NSNumber |
class |
NSString |
Modifier and Type | Method and Description |
---|---|
Pointer<NSObject> |
NSDictionary.objectForKey(Pointer<NSObject> key) |
Map<String,NSObject> |
NSDictionary.toMap() |
Pointer<NSObject> |
NSDictionary.valueForKey(Pointer<NSString> key) |
Modifier and Type | Method and Description |
---|---|
static Pointer<NSDictionary> |
NSDictionary.dictionaryWithObjects_forKeys_count(Pointer<Pointer<NSObject>> objects,
Pointer<Pointer<NSObject>> keys,
int count) |
static Pointer<NSDictionary> |
NSDictionary.dictionaryWithObjects_forKeys_count(Pointer<Pointer<NSObject>> objects,
Pointer<Pointer<NSObject>> keys,
int count) |
void |
NSDictionary.getObjects_andKeys(Pointer<Pointer<NSObject>> objects,
Pointer<Pointer<NSObject>> keys) |
void |
NSDictionary.getObjects_andKeys(Pointer<Pointer<NSObject>> objects,
Pointer<Pointer<NSObject>> keys) |
Pointer<NSObject> |
NSDictionary.objectForKey(Pointer<NSObject> key) |
static Pointer<NSDictionary> |
NSDictionary.pointerToNSDictionary(Map<String,NSObject> map) |
static NSDictionary |
NSDictionary.valueOf(Map<String,NSObject> map) |
Constructor and Description |
---|
NSObject(Pointer<? extends NSObject> peer) |
Copyright © 2009-2020. All Rights Reserved.