org.rococoa.cocoa.foundation.categories
Interface NSExtendedMutableDictionary

All Known Implementing Classes:
NSMutableDictionary

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)
           
 void removeAllObjects()
           
 void removeObjectsForKeys(NSArray keyArray)
           
 void setDictionary(NSDictionary otherDictionary)
           
 

Method Detail

addEntriesFromDictionary

void addEntriesFromDictionary(NSDictionary otherDictionary)

removeAllObjects

void removeAllObjects()

removeObjectsForKeys

void removeObjectsForKeys(NSArray keyArray)

setDictionary

void setDictionary(NSDictionary otherDictionary)