public class NSArray extends NSObject implements NSCopyingProtocol, NSCodingProtocol, NSMutableCopyingProtocol
NSArray
class.
See the class documentation at the Apple's site: NSArrayConstructor and Description |
---|
NSArray() |
NSArray(boolean autorelease)
Contructs the
NSArray class with the autorelease option on. |
NSArray(com.jniwrapper.Pointer.Void instancePtr)
Contructs the
NSArray class from pointer. |
NSArray(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the
NSArray class with static constructor. |
Modifier and Type | Method and Description |
---|---|
void |
addObserver_toObjectsAtIndexes_forKeyPath_options_context(NSObject observer,
NSIndexSet indexes,
java.lang.String keyPath,
NSKeyValueObservingOptions options,
com.jniwrapper.Pointer.Void context)
This method represents the
addObserver() method of the NSArray Objective-C class. |
com.jniwrapper.Pointer.Void |
arrayByAddingObject(Id anObject) |
com.jniwrapper.Pointer.Void |
arrayByAddingObjectsFromArray(NSArray otherArray) |
com.jniwrapper.Pointer.Void |
componentsJoinedByString(java.lang.String separator) |
com.jniwrapper.Bool |
containsObject(Id anObject) |
Id |
copyWithZone(NSZone zone) |
com.jniwrapper.UInt16 |
count() |
com.jniwrapper.Pointer.Void |
description() |
com.jniwrapper.Pointer.Void |
descriptionWithLocale_indent(NSDictionary locale,
com.jniwrapper.UInt16 level)
This method represents the
descriptionWithLocale() method of the NSArray Objective-C class. |
com.jniwrapper.Pointer.Void |
descriptionWithLocale(NSDictionary locale) |
void |
encodeWithCoder(NSCoder aCoder) |
Id |
firstObjectCommonWithArray(NSArray otherArray) |
void |
getObjects_range(Id objects,
NSRange range)
This method represents the
getObjects() method of the NSArray Objective-C class. |
void |
getObjects(Id objects) |
com.jniwrapper.UInt16 |
indexOfObject_inRange(Id anObject,
NSRange range)
This method represents the
indexOfObject() method of the NSArray Objective-C class. |
com.jniwrapper.UInt16 |
indexOfObject(Id anObject) |
com.jniwrapper.UInt16 |
indexOfObjectIdenticalTo_inRange(Id anObject,
NSRange range)
This method represents the
indexOfObjectIdenticalTo() method of the NSArray Objective-C class. |
com.jniwrapper.UInt16 |
indexOfObjectIdenticalTo(Id anObject) |
protected void |
init(com.jniwrapper.Parameter[] fields) |
Id |
initWithArray_copyItems(NSArray array,
boolean flag)
This method represents the
initWithArray() method of the NSArray Objective-C class. |
Id |
initWithArray(NSArray array) |
Id |
initWithCoder(NSCoder aDecoder) |
Id |
initWithContentsOfFile(java.lang.String path) |
Id |
initWithContentsOfURL(NSURL url) |
Id |
initWithObjects_count(Id objects,
com.jniwrapper.UInt16 count)
This method represents the
initWithObjects() method of the NSArray Objective-C class. |
Id |
initWithObjects(Id firstObj,
com.jniwrapper.Parameter[] parameters) |
com.jniwrapper.Bool |
isEqualToArray(NSArray otherArray) |
Id |
lastObject() |
void |
makeObjectsPerformSelector_withObject(Sel aSelector,
Id argument)
This method represents the
makeObjectsPerformSelector() method of the NSArray Objective-C class. |
void |
makeObjectsPerformSelector(Sel aSelector) |
Id |
mutableCopyWithZone(NSZone zone) |
static NSArray |
NSArray_array()
This method represents the
array static constructor of the NSArray Objective-C class. |
static NSArray |
NSArray_arrayWithArray(NSArray array)
This method represents the
arrayWithArray static constructor of the NSArray Objective-C class. |
static NSArray |
NSArray_arrayWithContentsOfFile(java.lang.String path)
This method represents the
arrayWithContentsOfFile static constructor of the NSArray Objective-C class. |
static NSArray |
NSArray_arrayWithContentsOfURL(NSURL url)
This method represents the
arrayWithContentsOfURL static constructor of the NSArray Objective-C class. |
static NSArray |
NSArray_arrayWithObject(Id anObject)
This method represents the
arrayWithObject static constructor of the NSArray Objective-C class. |
static NSArray |
NSArray_arrayWithObjects_count(Id objs,
com.jniwrapper.UInt16 cnt)
This method represents the
arrayWithObjects static constructor of the NSArray Objective-C class. |
static NSArray |
NSArray_arrayWithObjects(Id firstObj,
com.jniwrapper.Parameter[] parameters)
This method represents the
arrayWithObjects static constructor of the NSArray Objective-C class. |
Id |
objectAtIndex(com.jniwrapper.UInt16 index) |
com.jniwrapper.Pointer.Void |
objectEnumerator() |
com.jniwrapper.Pointer.Void |
pathsMatchingExtensions(NSArray filterTypes) |
void |
removeObserver_fromObjectsAtIndexes_forKeyPath(NSObject observer,
NSIndexSet indexes,
java.lang.String keyPath)
This method represents the
removeObserver() method of the NSArray Objective-C class. |
com.jniwrapper.Pointer.Void |
reverseObjectEnumerator() |
void |
setValue_forKey(Id value,
java.lang.String key)
This method represents the
setValue() method of the NSArray Objective-C class. |
com.jniwrapper.Pointer.Void |
sortedArrayHint() |
com.jniwrapper.Pointer.Void |
sortedArrayUsingDescriptors(NSArray sortDescriptors) |
com.jniwrapper.Pointer.Void |
sortedArrayUsingFunction_context_hint(com.jniwrapper.Int comparator,
com.jniwrapper.Pointer.Void context,
NSData hint)
This method represents the
sortedArrayUsingFunction() method of the NSArray Objective-C class. |
com.jniwrapper.Pointer.Void |
sortedArrayUsingFunction_context(com.jniwrapper.Int comparator,
com.jniwrapper.Pointer.Void context)
This method represents the
sortedArrayUsingFunction() method of the NSArray Objective-C class. |
com.jniwrapper.Pointer.Void |
sortedArrayUsingSelector(Sel comparator) |
com.jniwrapper.Pointer.Void |
subarrayWithRange(NSRange range) |
Id |
valueForKey(java.lang.String key) |
com.jniwrapper.Bool |
writeToFile_atomically(java.lang.String path,
boolean useAuxiliaryFile)
This method represents the
writeToFile() method of the NSArray Objective-C class. |
com.jniwrapper.Bool |
writeToURL_atomically(NSURL url,
boolean atomically)
This method represents the
writeToURL() method of the NSArray Objective-C class. |
_class, accessibilityActionDescription, accessibilityActionNames, accessibilityAttributeNames, accessibilityAttributeValue_forParameter, accessibilityAttributeValue, accessibilityFocusedUIElement, accessibilityHitTest, accessibilityIsAttributeSettable, accessibilityIsIgnored, accessibilityParameterizedAttributeNames, accessibilityPerformAction, accessibilitySetValue_forAttribute, addObserver_forKeyPath_options_context, alertShowHelp, application_delegateHandlesKey, application_openFile, application_openFiles, application_openFileWithoutUI, application_openTempFile, application_printFile, application_printFiles, applicationDidBecomeActive, applicationDidChangeScreenParameters, applicationDidFinishLaunching, applicationDidHide, applicationDidResignActive, applicationDidUnhide, applicationDidUpdate, applicationDockMenu, applicationOpenUntitledFile, applicationShouldHandleReopen_hasVisibleWindows, applicationShouldOpenUntitledFile, applicationShouldTerminate, applicationShouldTerminateAfterLastWindowClosed, applicationWillBecomeActive, applicationWillFinishLaunching, applicationWillHide, applicationWillResignActive, applicationWillTerminate, applicationWillUnhide, applicationWillUpdate, archiver_didEncodeObject, archiver_willEncodeObject, archiver_willReplaceObject_withObject, archiverDidFinish, archiverWillFinish, attributeKeys, authenticateComponents_withData, authenticationDataForComponents, autorelease, awakeAfterUsingCoder, awakeFromNib, bind_toObject_withKeyPath_options, browser_createRowsForColumn_inMatrix, browser_isColumnValid, browser_numberOfRowsInColumn, browser_selectCellWithString_inColumn, browser_selectRow_inColumn, browser_shouldSizeColumn_forUserResize_toWidth, browser_sizeToFitWidthOfColumn, browser_titleOfColumn, browser_willDisplayCell_atRow_column, browserColumnConfigurationDidChange, browserDidScroll, browserWillScroll, changeColor, changeFont, classCode, classDescription, classForArchiver, classForCoder, classForKeyedArchiver, classForPortCoder, className, coerceValue_forKey, comboBox_completedString, comboBox_indexOfItemWithStringValue, comboBox_objectValueForItemAtIndex, comboBoxCell_completedString, comboBoxCell_indexOfItemWithStringValue, comboBoxCell_objectValueForItemAtIndex, comboBoxSelectionDidChange, comboBoxSelectionIsChanging, comboBoxWillDismiss, comboBoxWillPopUp, commitEditing, concludeDragOperation, conformsToProtocol, connection_didCancelAuthenticationChallenge, connection_didFailWithError, connection_didReceiveAuthenticationChallenge, connection_didReceiveData, connection_didReceiveResponse, connection_handleRequest, connection_shouldMakeNewConnection, connection_willCacheResponse, connection_willSendRequest_redirectResponse, connectionDidFinishLoading, control_didFailToFormatString_errorDescription, control_didFailToValidatePartialString_errorDescription, control_isValidObject, control_textShouldBeginEditing, control_textShouldEndEditing, control_textView_completions_forPartialWordRange_indexOfSelectedItem, control_textView_doCommandBySelector, controlTextDidBeginEditing, controlTextDidChange, controlTextDidEndEditing, copy, createConversationForConnection, dealloc, dictionaryWithValuesForKeys, didChange_valuesAtIndexes_forKey, didChangeValueForKey, discardEditing, doesContain, doesNotRecognizeSelector, download_decideDestinationWithSuggestedFilename, download_didCancelAuthenticationChallenge, download_didCreateDestination, download_didFailWithError, download_didReceiveAuthenticationChallenge, download_didReceiveDataOfLength, download_didReceiveResponse, download_shouldDecodeSourceDataOfMIMEType, download_willSendRequest_redirectResponse, downloadDidBegin, downloadDidFinish, draggedImage_beganAt, draggedImage_endedAt_deposited, draggedImage_endedAt_operation, draggedImage_movedTo, draggingEnded, draggingEntered, draggingExited, draggingSourceOperationMaskForLocal, draggingUpdated, drawerDidClose, drawerDidOpen, drawerShouldClose, drawerShouldOpen, drawerWillClose, drawerWillOpen, drawerWillResizeContents_toSize, exposedBindings, fileManager_shouldProceedAfterError, fileManager_willProcessPath, fontManager_willIncludeFont, forwardInvocation, handleMachMessage, handlePortMessage, handleQueryWithUnboundKey, handleTakeValue_forUnboundKey, hash, ignoreModifierKeysWhileDragging, image_didLoadPartOfRepresentation_withValidRows, image_didLoadRepresentation_withStatus, image_didLoadRepresentationHeader, image_willLoadRepresentation, imageDidNotDraw_inRect, indicesOfObjectsByEvaluatingObjectSpecifier, init, insertValue_atIndex_inPropertyWithKey, insertValue_inPropertyWithKey, inverseForRelationshipKey, isCaseInsensitiveLike, isEqual, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isKindOfClass, isLessThan, isLessThanOrEqualTo, isLike, isMemberOfClass, isNotEqualTo, isProxy, layoutManager_didCompleteLayoutForTextContainer_atEnd, layoutManagerDidInvalidateLayout, makeNewConnection_sender, menu_updateItem_atIndex_shouldCancel, menuHasKeyEquivalent_forEvent_target_action, menuNeedsUpdate, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, namesOfPromisedFilesDroppedAtDestination, netService_didNotPublish, netService_didNotResolve, netServiceBrowser_didFindDomain_moreComing, netServiceBrowser_didFindService_moreComing, netServiceBrowser_didNotSearch, netServiceBrowser_didRemoveDomain_moreComing, netServiceBrowser_didRemoveService_moreComing, netServiceBrowserDidStopSearch, netServiceBrowserWillSearch, netServiceDidResolveAddress, netServiceDidStop, netServiceWillPublish, netServiceWillResolve, NSObject__new, NSObject_alloc, NSObject_allocWithZone, NSObject_copyWithZone, NSObject_defaultPlaceholderForMarker_withBinding, NSObject_mutableCopyWithZone, numberOfItemsInComboBox, numberOfItemsInComboBoxCell, numberOfItemsInMenu, numberOfRowsInTableView, objectDidBeginEditing, objectDidEndEditing, objectSpecifier, observationInfo, observeValueForKeyPath_ofObject_change_context, outlineView_acceptDrop_item_childIndex, outlineView_child_ofItem, outlineView_didClickTableColumn, outlineView_didDragTableColumn, outlineView_isItemExpandable, outlineView_itemForPersistentObject, outlineView_mouseDownInHeaderOfTableColumn, outlineView_numberOfChildrenOfItem, outlineView_objectValueForTableColumn_byItem, outlineView_persistentObjectForItem, outlineView_setObjectValue_forTableColumn_byItem, outlineView_shouldCollapseItem, outlineView_shouldEditTableColumn_item, outlineView_shouldExpandItem, outlineView_shouldSelectItem, outlineView_shouldSelectTableColumn, outlineView_sortDescriptorsDidChange, outlineView_validateDrop_proposedItem_proposedChildIndex, outlineView_willDisplayCell_forTableColumn_item, outlineView_willDisplayOutlineCell_forTableColumn_item, outlineView_writeItems_toPasteboard, outlineViewColumnDidMove, outlineViewColumnDidResize, outlineViewItemDidCollapse, outlineViewItemDidExpand, outlineViewItemWillCollapse, outlineViewItemWillExpand, outlineViewSelectionDidChange, outlineViewSelectionIsChanging, panel_compareFilename_with_caseSensitive, panel_directoryDidChange, panel_isValidFilename, panel_shouldShowFilename, panel_userEnteredFilename_confirmed, panel_willExpand, panelSelectionDidChange, parser_didEndElement_namespaceURI_qualifiedName, parser_didEndMappingPrefix, parser_didStartElement_namespaceURI_qualifiedName_attributes, parser_didStartMappingPrefix_toURI, parser_foundAttributeDeclarationWithName_forElement_type_defaultValue, parser_foundCDATA, parser_foundCharacters, parser_foundComment, parser_foundElementDeclarationWithName_model, parser_foundExternalEntityDeclarationWithName_publicID_systemID, parser_foundIgnorableWhitespace, parser_foundInternalEntityDeclarationWithName_value, parser_foundNotationDeclarationWithName_publicID_systemID, parser_foundProcessingInstructionWithTarget_data, parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName, parser_parseErrorOccurred, parser_resolveExternalEntityName_systemID, parser_validationErrorOccurred, parserDidEndDocument, parserDidStartDocument, pasteboard_provideDataForType, pasteboardChangedOwner, performDragOperation, performSelector_withObject_afterDelay_inModes, performSelector_withObject_afterDelay, performSelector_withObject_withObject, performSelector_withObject, performSelector, performSelectorOnMainThread_withObject_waitUntilDone_modes, performSelectorOnMainThread_withObject_waitUntilDone, prepareForDragOperation, readSelectionFromPasteboard, release, removeObserver_forKeyPath, removeValueAtIndex_fromPropertyWithKey, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, replacementObjectForPortCoder, replaceValueAtIndex_inPropertyWithKey_withValue, respondsToSelector, retain, retainCount, scriptingBeginsWith, scriptingContains, scriptingEndsWith, scriptingIsEqualTo, scriptingIsGreaterThan, scriptingIsGreaterThanOrEqualTo, scriptingIsLessThan, scriptingIsLessThanOrEqualTo, scriptingProperties, selectionShouldChangeInOutlineView, selectionShouldChangeInTableView, self, setNilValueForKey, setObservationInfo, setScriptingProperties, setValue_forKeyPath, setValue_forUndefinedKey, setValuesForKeysWithDictionary, sound_didFinishPlaying, speechRecognizer_didRecognizeCommand, speechSynthesizer_didFinishSpeaking, speechSynthesizer_willSpeakPhoneme, speechSynthesizer_willSpeakWord_ofString, spellServer_didForgetWord_inLanguage, spellServer_didLearnWord_inLanguage, spellServer_findMisspelledWordInString_language_wordCount_countOnly, spellServer_suggestCompletionsForPartialWordRange_inString_language, spellServer_suggestGuessesForWord_inLanguage, splitView_canCollapseSubview, splitView_constrainMaxCoordinate_ofSubviewAt, splitView_constrainMinCoordinate_ofSubviewAt, splitView_constrainSplitPosition_ofSubviewAt, splitView_resizeSubviewsWithOldSize, splitViewDidResizeSubviews, splitViewWillResizeSubviews, static_accessInstanceVariablesDirectly, static_automaticallyNotifiesObserversForKey, static_cancelPreviousPerformRequestsWithTarget_selector_object, static_cancelPreviousPerformRequestsWithTarget, static_classForKeyedUnarchiver, static_exposeBinding, static_initialize, static_instanceMethodForSelector, static_instanceMethodSignatureForSelector, static_instancesRespondToSelector, static_isSubclassOfClass, static_load, static_poseAsClass, static_setDefaultPlaceholder_forMarker_withBinding, static_setKeys_triggerChangeNotificationsForDependentKey, static_setVersion, static_useStoredAccessor, static_version, storedValueForKey, stream_handleEvent, superclass, tableView_acceptDrop_row_dropOperation, tableView_didClickTableColumn, tableView_didDragTableColumn, tableView_mouseDownInHeaderOfTableColumn, tableView_objectValueForTableColumn_row, tableView_setObjectValue_forTableColumn_row, tableView_shouldEditTableColumn_row, tableView_shouldSelectRow, tableView_shouldSelectTableColumn, tableView_sortDescriptorsDidChange, tableView_validateDrop_proposedRow_proposedDropOperation, tableView_willDisplayCell_forTableColumn_row, tableView_writeRows_toPasteboard, tableViewColumnDidMove, tableViewColumnDidResize, tableViewSelectionDidChange, tableViewSelectionIsChanging, tabView_didSelectTabViewItem, tabView_shouldSelectTabViewItem, tabView_willSelectTabViewItem, tabViewDidChangeNumberOfTabViewItems, takeStoredValue_forKey, takeValue_forKey, takeValue_forKeyPath, takeValuesFromDictionary, textDidBeginEditing, textDidChange, textDidEndEditing, textShouldBeginEditing, textShouldEndEditing, textStorageDidProcessEditing, textStorageWillProcessEditing, textView_clickedOnCell_inRect_atIndex, textView_clickedOnCell_inRect, textView_clickedOnLink_atIndex, textView_clickedOnLink, textView_completions_forPartialWordRange_indexOfSelectedItem, textView_doCommandBySelector, textView_doubleClickedOnCell_inRect_atIndex, textView_doubleClickedOnCell_inRect, textView_draggedCell_inRect_event_atIndex, textView_draggedCell_inRect_event, textView_shouldChangeTextInRange_replacementString, textView_willChangeSelectionFromCharacterRange_toCharacterRange, textView_willDisplayToolTip_forCharacterAtIndex, textView_writablePasteboardTypesForCell_atIndex, textView_writeCell_atIndex_toPasteboard_type, textViewDidChangeSelection, textViewDidChangeTypingAttributes, toManyRelationshipKeys, toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar, toolbarAllowedItemIdentifiers, toolbarDefaultItemIdentifiers, toolbarDidRemoveItem, toolbarSelectableItemIdentifiers, toolbarWillAddItem, toOneRelationshipKeys, unableToSetNilForKey, unarchiver_cannotDecodeObjectOfClassName_originalClasses, unarchiver_didDecodeObject, unarchiver_willReplaceObject_withObject, unarchiverDidFinish, unarchiverWillFinish, unbind, undoManagerForTextView, URL_resourceDataDidBecomeAvailable, URL_resourceDidFailLoadingWithReason, URLResourceDidCancelLoading, URLResourceDidFinishLoading, validateMenuItem, validateToolbarItem, validateValue_forKey_error, validateValue_forKeyPath_error, validModesForFontPanel, valueAtIndex_inPropertyWithKey, valueClassForBinding, valueForKeyPath, valueForUndefinedKey, valuesForKeys, valueWithName_inPropertyWithKey, valueWithUniqueID_inPropertyWithKey, view_stringForToolTip_point_userData, willChange_valuesAtIndexes_forKey, willChangeValueForKey, window_willPositionSheet_usingRect, windowDidBecomeKey, windowDidBecomeMain, windowDidChangeScreen, windowDidDeminiaturize, windowDidEndSheet, windowDidExpose, windowDidMiniaturize, windowDidMove, windowDidResignKey, windowDidResignMain, windowDidResize, windowDidUpdate, windowShouldClose, windowShouldZoom_toFrame, windowWillBeginSheet, windowWillClose, windowWillMiniaturize, windowWillMove, windowWillResize_toSize, windowWillReturnFieldEditor_toObject, windowWillReturnUndoManager, windowWillUseStandardFrame_defaultFrame, writeSelectionToPasteboard_types, zone
getClassName
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
public NSArray()
public NSArray(boolean autorelease)
NSArray
class with the autorelease option on.autorelease
- public NSArray(com.jniwrapper.Pointer.Void instancePtr)
NSArray
class from pointer.instancePtr
- public NSArray(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
NSArray
class with static constructor.methodName
- parameters
- public static NSArray NSArray_arrayWithArray(NSArray array)
arrayWithArray
static constructor of the NSArray Objective-C class.array
- public static NSArray NSArray_arrayWithObjects_count(Id objs, com.jniwrapper.UInt16 cnt)
arrayWithObjects
static constructor of the NSArray Objective-C class.objs
- cnt
- public static NSArray NSArray_arrayWithContentsOfFile(java.lang.String path)
arrayWithContentsOfFile
static constructor of the NSArray Objective-C class.path
- public static NSArray NSArray_arrayWithObjects(Id firstObj, com.jniwrapper.Parameter[] parameters)
arrayWithObjects
static constructor of the NSArray Objective-C class.firstObj
- parameters
- public static NSArray NSArray_arrayWithObject(Id anObject)
arrayWithObject
static constructor of the NSArray Objective-C class.anObject
- public static NSArray NSArray_array()
array
static constructor of the NSArray Objective-C class.public static NSArray NSArray_arrayWithContentsOfURL(NSURL url)
arrayWithContentsOfURL
static constructor of the NSArray Objective-C class.url
- public void makeObjectsPerformSelector_withObject(Sel aSelector, Id argument)
makeObjectsPerformSelector()
method of the NSArray Objective-C class.aSelector
- argument
- public com.jniwrapper.Bool isEqualToArray(NSArray otherArray)
public void addObserver_toObjectsAtIndexes_forKeyPath_options_context(NSObject observer, NSIndexSet indexes, java.lang.String keyPath, NSKeyValueObservingOptions options, com.jniwrapper.Pointer.Void context)
addObserver()
method of the NSArray Objective-C class.observer
- indexes
- keyPath
- options
- context
- public Id initWithArray_copyItems(NSArray array, boolean flag)
initWithArray()
method of the NSArray Objective-C class.array
- flag
- public com.jniwrapper.Bool writeToFile_atomically(java.lang.String path, boolean useAuxiliaryFile)
writeToFile()
method of the NSArray Objective-C class.path
- useAuxiliaryFile
- public com.jniwrapper.Bool containsObject(Id anObject)
public void encodeWithCoder(NSCoder aCoder)
encodeWithCoder
in interface NSCodingProtocol
public Id copyWithZone(NSZone zone)
copyWithZone
in interface NSCopyingProtocol
public void makeObjectsPerformSelector(Sel aSelector)
public com.jniwrapper.Pointer.Void sortedArrayUsingFunction_context(com.jniwrapper.Int comparator, com.jniwrapper.Pointer.Void context)
sortedArrayUsingFunction()
method of the NSArray Objective-C class.comparator
- context
- public com.jniwrapper.Pointer.Void reverseObjectEnumerator()
public void removeObserver_fromObjectsAtIndexes_forKeyPath(NSObject observer, NSIndexSet indexes, java.lang.String keyPath)
removeObserver()
method of the NSArray Objective-C class.observer
- indexes
- keyPath
- public com.jniwrapper.Pointer.Void sortedArrayUsingFunction_context_hint(com.jniwrapper.Int comparator, com.jniwrapper.Pointer.Void context, NSData hint)
sortedArrayUsingFunction()
method of the NSArray Objective-C class.comparator
- context
- hint
- public com.jniwrapper.Pointer.Void pathsMatchingExtensions(NSArray filterTypes)
public com.jniwrapper.Pointer.Void descriptionWithLocale(NSDictionary locale)
public com.jniwrapper.Pointer.Void objectEnumerator()
public com.jniwrapper.Pointer.Void arrayByAddingObject(Id anObject)
public void setValue_forKey(Id value, java.lang.String key)
setValue()
method of the NSArray Objective-C class.setValue_forKey
in class NSObject
value
- key
- public Id objectAtIndex(com.jniwrapper.UInt16 index)
public com.jniwrapper.UInt16 indexOfObjectIdenticalTo_inRange(Id anObject, NSRange range)
indexOfObjectIdenticalTo()
method of the NSArray Objective-C class.anObject
- range
- public com.jniwrapper.UInt16 indexOfObject(Id anObject)
public void getObjects(Id objects)
public com.jniwrapper.Pointer.Void sortedArrayHint()
public com.jniwrapper.Pointer.Void descriptionWithLocale_indent(NSDictionary locale, com.jniwrapper.UInt16 level)
descriptionWithLocale()
method of the NSArray Objective-C class.locale
- level
- public com.jniwrapper.Pointer.Void sortedArrayUsingDescriptors(NSArray sortDescriptors)
public com.jniwrapper.UInt16 indexOfObject_inRange(Id anObject, NSRange range)
indexOfObject()
method of the NSArray Objective-C class.anObject
- range
- public com.jniwrapper.Pointer.Void subarrayWithRange(NSRange range)
public Id valueForKey(java.lang.String key)
valueForKey
in class NSObject
public com.jniwrapper.Pointer.Void sortedArrayUsingSelector(Sel comparator)
public com.jniwrapper.Pointer.Void componentsJoinedByString(java.lang.String separator)
public void getObjects_range(Id objects, NSRange range)
getObjects()
method of the NSArray Objective-C class.objects
- range
- public Id initWithCoder(NSCoder aDecoder)
initWithCoder
in interface NSCodingProtocol
public com.jniwrapper.Pointer.Void arrayByAddingObjectsFromArray(NSArray otherArray)
public com.jniwrapper.UInt16 indexOfObjectIdenticalTo(Id anObject)
public Id mutableCopyWithZone(NSZone zone)
mutableCopyWithZone
in interface NSMutableCopyingProtocol
public Id initWithContentsOfFile(java.lang.String path)
public Id lastObject()
public com.jniwrapper.Bool writeToURL_atomically(NSURL url, boolean atomically)
writeToURL()
method of the NSArray Objective-C class.url
- atomically
- public Id initWithObjects_count(Id objects, com.jniwrapper.UInt16 count)
initWithObjects()
method of the NSArray Objective-C class.objects
- count
- public com.jniwrapper.Pointer.Void description()
description
in interface NSObjectProtocol
description
in class NSObject
public com.jniwrapper.UInt16 count()