NSMutableArray class

Inheritance
Implemented types

Properties

attributeKeys NSArray
no setterinherited
autoContentAccessingProxy NSObject
no setterinherited
classCode int
no setterinherited
classDescription NSClassDescription
no setterinherited
classForArchiver NSObject?
no setterinherited
classForCoder NSObject
no setterinherited
classForKeyedArchiver NSObject?
no setterinherited
classForPortCoder NSObject
no setterinherited
className NSString?
no setterinherited
count int
no setterinherited
description NSString
no setterinherited
firstObject NSObject?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lastObject NSObject?
no setterinherited
objectSpecifier NSScriptObjectSpecifier?
no setterinherited
observationInfo Pointer<Void>
getter/setter pairinherited
pointer Pointer<ObjCObject>
Return a pointer to this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptingProperties NSDictionary?
getter/setter pairinherited
sortedArrayHint NSData
no setterinherited
toManyRelationshipKeys NSArray
no setterinherited
toOneRelationshipKeys NSArray
no setterinherited

Methods

addObject_(NSObject anObject) → void
addObjectsFromArray_(NSArray otherArray) → void
addObserver_forKeyPath_options_context_(NSObject observer, NSString keyPath, int options, Pointer<Void> context) → void
inherited
addObserver_toObjectsAtIndexes_forKeyPath_options_context_(NSObject observer, NSIndexSet indexes, NSString keyPath, int options, Pointer<Void> context) → void
inherited
allowsWeakReference() bool
inherited
applyDifference_(NSObject difference) → void
arrayByAddingObject_(NSObject anObject) NSArray
inherited
arrayByAddingObjectsFromArray_(NSArray otherArray) NSArray
inherited
arrayByApplyingDifference_(NSObject difference) NSArray?
inherited
attemptRecoveryFromError_optionIndex_(NSError error, int recoveryOptionIndex) bool
inherited
attemptRecoveryFromError_optionIndex_delegate_didRecoverSelector_contextInfo_(NSError error, int recoveryOptionIndex, NSObject? delegate, Pointer<ObjCSel> didRecoverSelector, Pointer<Void> contextInfo) → void
inherited
awakeAfterUsingCoder_(NSCoder coder) NSObject?
inherited
coerceValue_forKey_(NSObject? value, NSString key) NSObject?
inherited
componentsJoinedByString_(NSString separator) NSString
inherited
containsObject_(NSObject anObject) bool
inherited
copy() NSObject
inherited
copyScriptingValue_forKey_withProperties_(NSObject value, NSString key, NSDictionary properties) NSObject?
inherited
dealloc() → void
inherited
descriptionWithLocale_(NSObject? locale) NSString
inherited
descriptionWithLocale_indent_(NSObject? locale, int level) NSString
inherited
dictionaryWithValuesForKeys_(NSArray keys) NSDictionary
inherited
didChange_valuesAtIndexes_forKey_(int changeKind, NSIndexSet indexes, NSString key) → void
inherited
didChangeValueForKey_(NSString key) → void
inherited
didChangeValueForKey_withSetMutation_usingObjects_(NSString key, int mutationKind, NSSet objects) → void
inherited
differenceFromArray_(NSArray other) NSObject
inherited
differenceFromArray_withOptions_(NSArray other, int options) NSObject
inherited
differenceFromArray_withOptions_usingEquivalenceTest_(NSArray other, int options, ObjCBlock_bool_ObjCObject_ObjCObject block) NSObject
inherited
doesContain_(NSObject object) bool
inherited
doesNotRecognizeSelector_(Pointer<ObjCSel> aSelector) → void
inherited
enumerateObjectsAtIndexes_options_usingBlock_(NSIndexSet s, int opts, ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block) → void
inherited
enumerateObjectsUsingBlock_(ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block) → void
inherited
enumerateObjectsWithOptions_usingBlock_(int opts, ObjCBlock_ffiVoid_ObjCObject_ffiUnsignedLong_bool block) → void
inherited
exchangeObjectAtIndex_withObjectAtIndex_(int idx1, int idx2) → void
fileManager_shouldProceedAfterError_(NSFileManager fm, NSDictionary errorInfo) bool
inherited
fileManager_willProcessPath_(NSFileManager fm, NSString path) → void
inherited
filteredArrayUsingPredicate_(NSPredicate predicate) NSArray
inherited
filterUsingPredicate_(NSPredicate predicate) → void
finalize() → void
inherited
firstObjectCommonWithArray_(NSArray otherArray) NSObject?
inherited
forwardingTargetForSelector_(Pointer<ObjCSel> aSelector) NSObject
inherited
forwardInvocation_(NSInvocation anInvocation) → void
inherited
getObjects_(Pointer<Pointer<ObjCObject>> objects) → void
inherited
getObjects_range_(Pointer<Pointer<ObjCObject>> objects, _NSRange range) → void
inherited
handleQueryWithUnboundKey_(NSString key) NSObject?
inherited
handleTakeValue_forUnboundKey_(NSObject? value, NSString key) → void
inherited
indexesOfObjectsAtIndexes_options_passingTest_(NSIndexSet s, int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) NSIndexSet
inherited
indexesOfObjectsPassingTest_(ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) NSIndexSet
inherited
indexesOfObjectsWithOptions_passingTest_(int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) NSIndexSet
inherited
indexOfObject_(NSObject anObject) int
inherited
indexOfObject_inRange_(NSObject anObject, _NSRange range) int
inherited
indexOfObject_inSortedRange_options_usingComparator_(NSObject obj, _NSRange r, int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmp) int
inherited
indexOfObjectAtIndexes_options_passingTest_(NSIndexSet s, int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) int
inherited
indexOfObjectIdenticalTo_(NSObject anObject) int
inherited
indexOfObjectIdenticalTo_inRange_(NSObject anObject, _NSRange range) int
inherited
indexOfObjectPassingTest_(ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) int
inherited
indexOfObjectWithOptions_passingTest_(int opts, ObjCBlock_bool_ObjCObject_ffiUnsignedLong_bool predicate) int
inherited
indicesOfObjectsByEvaluatingObjectSpecifier_(NSScriptObjectSpecifier specifier) NSArray?
inherited
init() NSMutableArray
override
initWithArray_(NSArray array) NSMutableArray
override
initWithArray_copyItems_(NSArray array, bool flag) NSMutableArray
override
initWithCapacity_(int numItems) NSMutableArray
initWithCoder_(NSCoder coder) NSMutableArray?
override
initWithContentsOfFile_(NSString path) NSMutableArray?
override
initWithContentsOfURL_(NSURL url) NSMutableArray?
override
initWithContentsOfURL_error_(NSURL url, Pointer<Pointer<ObjCObject>> error) NSArray?
inherited
initWithObjects_(NSObject firstObj) NSMutableArray
override
initWithObjects_count_(Pointer<Pointer<ObjCObject>> objects, int cnt) NSMutableArray
override
insertObject_atIndex_(NSObject anObject, int index) → void
insertObjects_atIndexes_(NSArray objects, NSIndexSet indexes) → void
insertValue_atIndex_inPropertyWithKey_(NSObject value, int index, NSString key) → void
inherited
insertValue_inPropertyWithKey_(NSObject value, NSString key) → void
inherited
inverseForRelationshipKey_(NSString relationshipKey) NSString?
inherited
isCaseInsensitiveLike_(NSString object) bool
inherited
isEqualTo_(NSObject? object) bool
inherited
isEqualToArray_(NSArray otherArray) bool
inherited
isGreaterThan_(NSObject? object) bool
inherited
isGreaterThanOrEqualTo_(NSObject? object) bool
inherited
isLessThan_(NSObject? object) bool
inherited
isLessThanOrEqualTo_(NSObject? object) bool
inherited
isLike_(NSString object) bool
inherited
isNotEqualTo_(NSObject? object) bool
inherited
makeObjectsPerformSelector_(Pointer<ObjCSel> aSelector) → void
inherited
makeObjectsPerformSelector_withObject_(Pointer<ObjCSel> aSelector, NSObject? argument) → void
inherited
methodForSelector_(Pointer<ObjCSel> aSelector) Pointer<NativeFunction<Void Function()>>
inherited
methodSignatureForSelector_(Pointer<ObjCSel> aSelector) NSMethodSignature
inherited
mutableArrayValueForKey_(NSString key) NSMutableArray
inherited
mutableArrayValueForKeyPath_(NSString keyPath) NSMutableArray
inherited
mutableCopy() NSObject
inherited
mutableOrderedSetValueForKey_(NSString key) NSMutableOrderedSet
inherited
mutableOrderedSetValueForKeyPath_(NSString keyPath) NSMutableOrderedSet
inherited
mutableSetValueForKey_(NSString key) NSMutableSet
inherited
mutableSetValueForKeyPath_(NSString keyPath) NSMutableSet
inherited
newScriptingObjectOfClass_forValueForKey_withContentsValue_properties_(NSObject objectClass, NSString key, NSObject? contentsValue, NSDictionary properties) NSObject?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
objectAtIndex_(int index) NSObject
inherited
objectAtIndexedSubscript_(int idx) NSObject
inherited
objectEnumerator() NSEnumerator
inherited
objectsAtIndexes_(NSIndexSet indexes) NSArray
inherited
observeValueForKeyPath_ofObject_change_context_(NSString? keyPath, NSObject? object, NSDictionary? change, Pointer<Void> context) → void
inherited
pathsMatchingExtensions_(NSArray filterTypes) NSArray
inherited
performSelector_onThread_withObject_waitUntilDone_(Pointer<ObjCSel> aSelector, NSThread thr, NSObject? arg, bool wait) → void
inherited
performSelector_onThread_withObject_waitUntilDone_modes_(Pointer<ObjCSel> aSelector, NSThread thr, NSObject? arg, bool wait, NSArray? array) → void
inherited
performSelector_withObject_afterDelay_(Pointer<ObjCSel> aSelector, NSObject? anArgument, double delay) → void
inherited
performSelector_withObject_afterDelay_inModes_(Pointer<ObjCSel> aSelector, NSObject? anArgument, double delay, NSArray modes) → void
inherited
performSelectorInBackground_withObject_(Pointer<ObjCSel> aSelector, NSObject? arg) → void
inherited
performSelectorOnMainThread_withObject_waitUntilDone_(Pointer<ObjCSel> aSelector, NSObject? arg, bool wait) → void
inherited
performSelectorOnMainThread_withObject_waitUntilDone_modes_(Pointer<ObjCSel> aSelector, NSObject? arg, bool wait, NSArray? array) → void
inherited
release() → void
Releases the reference to the underlying ObjC object held by this wrapper. Throws a StateError if this wrapper doesn't currently hold a reference.
inherited
removeAllObjects() → void
removeLastObject() → void
removeObject_(NSObject anObject) → void
removeObject_inRange_(NSObject anObject, _NSRange range) → void
removeObjectAtIndex_(int index) → void
removeObjectIdenticalTo_(NSObject anObject) → void
removeObjectIdenticalTo_inRange_(NSObject anObject, _NSRange range) → void
removeObjectsAtIndexes_(NSIndexSet indexes) → void
removeObjectsFromIndices_numIndices_(Pointer<UnsignedLong> indices, int cnt) → void
removeObjectsInArray_(NSArray otherArray) → void
removeObjectsInRange_(_NSRange range) → void
removeObserver_forKeyPath_(NSObject observer, NSString keyPath) → void
inherited
removeObserver_forKeyPath_context_(NSObject observer, NSString keyPath, Pointer<Void> context) → void
inherited
removeObserver_fromObjectsAtIndexes_forKeyPath_(NSObject observer, NSIndexSet indexes, NSString keyPath) → void
inherited
removeObserver_fromObjectsAtIndexes_forKeyPath_context_(NSObject observer, NSIndexSet indexes, NSString keyPath, Pointer<Void> context) → void
inherited
removeValueAtIndex_fromPropertyWithKey_(int index, NSString key) → void
inherited
replacementObjectForArchiver_(NSArchiver archiver) NSObject?
inherited
replacementObjectForCoder_(NSCoder coder) NSObject?
inherited
replacementObjectForKeyedArchiver_(NSKeyedArchiver archiver) NSObject?
inherited
replacementObjectForPortCoder_(NSPortCoder coder) NSObject?
inherited
replaceObjectAtIndex_withObject_(int index, NSObject anObject) → void
replaceObjectsAtIndexes_withObjects_(NSIndexSet indexes, NSArray objects) → void
replaceObjectsInRange_withObjectsFromArray_(_NSRange range, NSArray otherArray) → void
replaceObjectsInRange_withObjectsFromArray_range_(_NSRange range, NSArray otherArray, _NSRange otherRange) → void
replaceValueAtIndex_inPropertyWithKey_withValue_(int index, NSString key, NSObject value) → void
inherited
retainWeakReference() bool
inherited
reverseObjectEnumerator() NSEnumerator
inherited
scriptingBeginsWith_(NSObject object) bool
inherited
scriptingContains_(NSObject object) bool
inherited
scriptingEndsWith_(NSObject object) bool
inherited
scriptingIsEqualTo_(NSObject object) bool
inherited
scriptingIsGreaterThan_(NSObject object) bool
inherited
scriptingIsGreaterThanOrEqualTo_(NSObject object) bool
inherited
scriptingIsLessThan_(NSObject object) bool
inherited
scriptingIsLessThanOrEqualTo_(NSObject object) bool
inherited
scriptingValueForSpecifier_(NSScriptObjectSpecifier objectSpecifier) NSObject?
inherited
setArray_(NSArray otherArray) → void
setNilValueForKey_(NSString key) → void
inherited
setObject_atIndexedSubscript_(NSObject obj, int idx) → void
setValue_forKey_(NSObject? value, NSString key) → void
inherited
setValue_forKeyPath_(NSObject? value, NSString keyPath) → void
inherited
setValue_forUndefinedKey_(NSObject? value, NSString key) → void
inherited
setValuesForKeysWithDictionary_(NSDictionary keyedValues) → void
inherited
sortedArrayUsingComparator_(ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) NSArray
inherited
sortedArrayUsingDescriptors_(NSArray sortDescriptors) NSArray
inherited
sortedArrayUsingFunction_context_(Pointer<NativeFunction<Long Function(Pointer<ObjCObject>, Pointer<ObjCObject>, Pointer<Void>)>> comparator, Pointer<Void> context) NSArray
inherited
sortedArrayUsingFunction_context_hint_(Pointer<NativeFunction<Long Function(Pointer<ObjCObject>, Pointer<ObjCObject>, Pointer<Void>)>> comparator, Pointer<Void> context, NSData? hint) NSArray
inherited
sortedArrayUsingSelector_(Pointer<ObjCSel> comparator) NSArray
inherited
sortedArrayWithOptions_usingComparator_(int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) NSArray
inherited
sortUsingComparator_(ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) → void
sortUsingDescriptors_(NSArray sortDescriptors) → void
sortUsingFunction_context_(Pointer<NativeFunction<Long Function(Pointer<ObjCObject>, Pointer<ObjCObject>, Pointer<Void>)>> compare, Pointer<Void> context) → void
sortUsingSelector_(Pointer<ObjCSel> comparator) → void
sortWithOptions_usingComparator_(int opts, ObjCBlock_NSComparisonResult_ObjCObject_ObjCObject cmptr) → void
storedValueForKey_(NSString key) NSObject?
inherited
subarrayWithRange_(_NSRange range) NSArray
inherited
takeStoredValue_forKey_(NSObject? value, NSString key) → void
inherited
takeValue_forKey_(NSObject? value, NSString key) → void
inherited
takeValue_forKeyPath_(NSObject? value, NSString keyPath) → void
inherited
takeValuesFromDictionary_(NSDictionary properties) → void
inherited
toString() String
A string representation of this object.
inherited
unableToSetNilForKey_(NSString key) → void
inherited
URL_resourceDataDidBecomeAvailable_(NSURL sender, NSData newBytes) → void
inherited
URL_resourceDidFailLoadingWithReason_(NSURL sender, NSString reason) → void
inherited
URLResourceDidCancelLoading_(NSURL sender) → void
inherited
URLResourceDidFinishLoading_(NSURL sender) → void
inherited
validateValue_forKey_error_(Pointer<Pointer<ObjCObject>> ioValue, NSString inKey, Pointer<Pointer<ObjCObject>> outError) bool
inherited
validateValue_forKeyPath_error_(Pointer<Pointer<ObjCObject>> ioValue, NSString inKeyPath, Pointer<Pointer<ObjCObject>> outError) bool
inherited
valueAtIndex_inPropertyWithKey_(int index, NSString key) NSObject?
inherited
valueForKey_(NSString key) NSObject
inherited
valueForKeyPath_(NSString keyPath) NSObject?
inherited
valueForUndefinedKey_(NSString key) NSObject?
inherited
valuesForKeys_(NSArray keys) NSDictionary
inherited
valueWithName_inPropertyWithKey_(NSString name, NSString key) NSObject?
inherited
valueWithUniqueID_inPropertyWithKey_(NSObject uniqueID, NSString key) NSObject?
inherited
willChange_valuesAtIndexes_forKey_(int changeKind, NSIndexSet indexes, NSString key) → void
inherited
willChangeValueForKey_(NSString key) → void
inherited
willChangeValueForKey_withSetMutation_usingObjects_(NSString key, int mutationKind, NSSet objects) → void
inherited
writeToFile_atomically_(NSString path, bool useAuxiliaryFile) bool
inherited
writeToURL_atomically_(NSURL url, bool atomically) bool
inherited
writeToURL_error_(NSURL url, Pointer<Pointer<ObjCObject>> error) bool
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

alloc(ThermionDartTexture1 _lib) NSMutableArray
override
allocWithZone_(ThermionDartTexture1 _lib, Pointer<_NSZone> zone) NSMutableArray
override
array(ThermionDartTexture1 _lib) NSMutableArray
override
arrayWithArray_(ThermionDartTexture1 _lib, NSArray array) NSMutableArray
override
arrayWithCapacity_(ThermionDartTexture1 _lib, int numItems) NSMutableArray
arrayWithContentsOfFile_(ThermionDartTexture1 _lib, NSString path) NSMutableArray?
override
arrayWithContentsOfURL_(ThermionDartTexture1 _lib, NSURL url) NSMutableArray?
override
arrayWithContentsOfURL_error_(ThermionDartTexture1 _lib, NSURL url, Pointer<Pointer<ObjCObject>> error) NSArray?
override
arrayWithObject_(ThermionDartTexture1 _lib, NSObject anObject) NSMutableArray
override
arrayWithObjects_(ThermionDartTexture1 _lib, NSObject firstObj) NSMutableArray
override
arrayWithObjects_count_(ThermionDartTexture1 _lib, Pointer<Pointer<ObjCObject>> objects, int cnt) NSMutableArray
override
automaticallyNotifiesObserversForKey_(ThermionDartTexture1 _lib, NSString key) bool
override
cancelPreviousPerformRequestsWithTarget_(ThermionDartTexture1 _lib, NSObject aTarget) → void
override
cancelPreviousPerformRequestsWithTarget_selector_object_(ThermionDartTexture1 _lib, NSObject aTarget, Pointer<ObjCSel> aSelector, NSObject? anArgument) → void
override
castFrom<T extends _ObjCWrapper>(T other) NSMutableArray
Returns a NSMutableArray that points to the same underlying object as other.
override
castFromPointer(ThermionDartTexture1 lib, Pointer<ObjCObject> other, {bool retain = false, bool release = false}) NSMutableArray
Returns a NSMutableArray that wraps the given raw object pointer.
override
classFallbacksForKeyedArchiver(ThermionDartTexture1 _lib) NSArray
override
classForKeyedUnarchiver(ThermionDartTexture1 _lib) NSObject
override
getAccessInstanceVariablesDirectly(ThermionDartTexture1 _lib) bool
override
isInstance(_ObjCWrapper obj) bool
Returns whether obj is an instance of NSMutableArray.
override
keyPathsForValuesAffectingValueForKey_(ThermionDartTexture1 _lib, NSString key) NSSet
override
new1(ThermionDartTexture1 _lib) NSMutableArray
override
setKeys_triggerChangeNotificationsForDependentKey_(ThermionDartTexture1 _lib, NSArray keys, NSString dependentKey) → void
override
useStoredAccessor(ThermionDartTexture1 _lib) bool
override