org.rococoa.cocoa.foundation.categories
Interface NSExtendedDictionary

All Known Implementing Classes:
NSDictionary, NSMutableDictionary

public interface NSExtendedDictionary

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 NSExtendedDictionary._static_
           
 
Method Summary
 NSArray allKeys()
           
 NSArray allKeysForObject(org.rococoa.ID anObject)
           
 NSArray allValues()
           
 NSString descriptionInStringsFileFormat()
           
 NSString descriptionWithLocale_indent(org.rococoa.ID locale, int level)
           
 NSString descriptionWithLocale(org.rococoa.ID locale)
           
 void getObjects_andKeys(org.rococoa.ID objects, org.rococoa.ID keys)
           
 boolean isEqualToDictionary(NSDictionary otherDictionary)
           
 NSArray keysSortedByValueUsingSelector(org.rococoa.Selector comparator)
           
 NSEnumerator objectEnumerator()
           
 NSArray objectsForKeys_notFoundMarker(NSArray keys, org.rococoa.ID marker)
           
 boolean writeToFile_atomically(NSString path, boolean useAuxiliaryFile)
           
 boolean writeToURL_atomically(NSURL url, boolean atomically)
          Original signature : -(BOOL)writeToURL:(NSURL*) atomically:(BOOL)
the atomically flag is ignored if url of a type that cannot be written atomically.
 

Method Detail

allKeys

NSArray allKeys()

allKeysForObject

NSArray allKeysForObject(org.rococoa.ID anObject)

allValues

NSArray allValues()

descriptionInStringsFileFormat

NSString descriptionInStringsFileFormat()

descriptionWithLocale

NSString descriptionWithLocale(org.rococoa.ID locale)

descriptionWithLocale_indent

NSString descriptionWithLocale_indent(org.rococoa.ID locale,
                                      int level)

isEqualToDictionary

boolean isEqualToDictionary(NSDictionary otherDictionary)

objectEnumerator

NSEnumerator objectEnumerator()

objectsForKeys_notFoundMarker

NSArray objectsForKeys_notFoundMarker(NSArray keys,
                                      org.rococoa.ID marker)

writeToFile_atomically

boolean writeToFile_atomically(NSString path,
                               boolean useAuxiliaryFile)

writeToURL_atomically

boolean writeToURL_atomically(NSURL url,
                              boolean atomically)
Original signature : -(BOOL)writeToURL:(NSURL*) atomically:(BOOL)
the atomically flag is ignored if url of a type that cannot be written atomically.


keysSortedByValueUsingSelector

NSArray keysSortedByValueUsingSelector(org.rococoa.Selector comparator)

getObjects_andKeys

void getObjects_andKeys(org.rococoa.ID objects,
                        org.rococoa.ID keys)