NSMutableArray$Methods extension

on

Methods

addObject(ObjCObject anObject) → void

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

addObject:
init() NSMutableArray

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

init
initWithArray(NSArray array) NSMutableArray

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

initWithArray:
initWithArray$1(NSArray array, {required bool copyItems}) NSMutableArray

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

initWithArray:copyItems:
initWithCapacity(int numItems) NSMutableArray

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

initWithCapacity:
initWithCoder(NSCoder coder) NSMutableArray?

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

initWithCoder:
initWithObjects(ObjCObject firstObj) NSMutableArray

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

initWithObjects:
initWithObjects$1(Pointer<Pointer<ObjCObjectImpl>> objects, {required int count}) NSMutableArray

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

initWithObjects:count:
insertObject(ObjCObject anObject, {required int atIndex}) → void

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

insertObject:atIndex:
removeLastObject() → void

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

removeLastObject
removeObjectAtIndex(int index) → void

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

removeObjectAtIndex:
replaceObjectAtIndex(int index, {required ObjCObject withObject}) → void

Available on NSMutableArray, provided by the NSMutableArray$Methods extension

replaceObjectAtIndex:withObject: