org.rococoa.cocoa.foundation.categories
Interface NSExtendedArray
- All Known Implementing Classes:
- NSArray, NSMutableArray
public interface NSExtendedArray
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.
arrayByAddingObject
NSArray arrayByAddingObject(org.rococoa.ID anObject)
arrayByAddingObjectsFromArray
NSArray arrayByAddingObjectsFromArray(NSArray otherArray)
componentsJoinedByString
NSString componentsJoinedByString(NSString separator)
containsObject
boolean containsObject(org.rococoa.ID anObject)
descriptionWithLocale
NSString descriptionWithLocale(org.rococoa.ID locale)
descriptionWithLocale_indent
NSString descriptionWithLocale_indent(org.rococoa.ID locale,
int level)
firstObjectCommonWithArray
NSObject firstObjectCommonWithArray(NSArray otherArray)
getObjects
void getObjects(org.rococoa.ID objects)
indexOfObject
int indexOfObject(org.rococoa.ID anObject)
indexOfObjectIdenticalTo
int indexOfObjectIdenticalTo(org.rococoa.ID anObject)
isEqualToArray
boolean isEqualToArray(NSArray otherArray)
lastObject
NSObject lastObject()
objectEnumerator
NSEnumerator objectEnumerator()
reverseObjectEnumerator
NSEnumerator reverseObjectEnumerator()
sortedArrayHint
NSData sortedArrayHint()
sortedArrayUsingFunction_context
NSArray sortedArrayUsingFunction_context(NSExtendedArray.sortedArrayUsingFunction_comparator__callback comparator,
Pointer context)
sortedArrayUsingFunction_context_hint
NSArray sortedArrayUsingFunction_context_hint(NSExtendedArray.sortedArrayUsingFunction_comparator__callback comparator,
Pointer context,
NSData hint)
sortedArrayUsingSelector
NSArray sortedArrayUsingSelector(org.rococoa.Selector comparator)
writeToFile_atomically
boolean writeToFile_atomically(NSString path,
boolean useAuxiliaryFile)
writeToURL_atomically
boolean writeToURL_atomically(NSURL url,
boolean atomically)
makeObjectsPerformSelector
void makeObjectsPerformSelector(org.rococoa.Selector aSelector)
makeObjectsPerformSelector_withObject
void makeObjectsPerformSelector_withObject(org.rococoa.Selector aSelector,
org.rococoa.ID argument)
objectsAtIndexes
NSArray objectsAtIndexes(NSIndexSet indexes)