|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSExtendedMutableDictionary
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static interface |
NSExtendedMutableDictionary._static_
|
Method Summary | |
---|---|
void |
addEntriesFromDictionary(NSDictionary otherDictionary)
Original signature : -(void)addEntriesFromDictionary:(NSDictionary*) from NSExtendedMutableDictionary native declaration : NSDictionary.h:85 |
void |
removeAllObjects()
Original signature : -(void)removeAllObjects from NSExtendedMutableDictionary native declaration : NSDictionary.h:86 |
void |
removeObjectsForKeys(NSArray keyArray)
Original signature : -(void)removeObjectsForKeys:(NSArray*) from NSExtendedMutableDictionary native declaration : NSDictionary.h:87 |
void |
setDictionary(NSDictionary otherDictionary)
Original signature : -(void)setDictionary:(NSDictionary*) from NSExtendedMutableDictionary native declaration : NSDictionary.h:88 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
void addEntriesFromDictionary(NSDictionary otherDictionary)
-(void)addEntriesFromDictionary:(NSDictionary*)
void removeAllObjects()
-(void)removeAllObjects
void removeObjectsForKeys(NSArray keyArray)
-(void)removeObjectsForKeys:(NSArray*)
void setDictionary(NSDictionary otherDictionary)
-(void)setDictionary:(NSDictionary*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |