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.
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)