|
|
(id) | - initWithCapacity: |
| |
|
(id) | - initWithArray: |
| |
|
(id) | - initWithNSArray: |
| |
|
(NSUInteger) | - count |
| |
|
(NSUInteger) | - capacity |
| |
|
(NSUInteger) | - indexOfObject: |
| |
|
(id) | - objectAtIndex: |
| |
|
(BOOL) | - containsObject: |
| |
|
(id) | - randomObject |
| |
|
(id) | - lastObject |
| |
|
(NSArray *) | - getNSArray |
| |
| (BOOL) | - isEqualToArray: |
| |
|
(void) | - addObject: |
| |
|
(void) | - addObjectsFromArray: |
| |
|
(void) | - addObjectsFromNSArray: |
| |
|
(void) | - insertObject:atIndex: |
| |
|
(void) | - removeLastObject |
| |
|
(void) | - removeObject: |
| |
|
(void) | - removeObjectAtIndex: |
| |
|
(void) | - removeObjectsInArray: |
| |
|
(void) | - removeAllObjects |
| |
|
(void) | - fastRemoveObject: |
| |
|
(void) | - fastRemoveObjectAtIndex: |
| |
|
(void) | - exchangeObject:withObject: |
| |
|
(void) | - exchangeObjectAtIndex:withObjectAtIndex: |
| |
| (void) | - replaceObjectAtIndex:withObject: |
| |
|
(void) | - reverseObjects |
| |
|
(void) | - reduceMemoryFootprint |
| |
| (void) | - qsortUsingCFuncComparator: |
| |
|
(void) | - insertionSortUsingCFuncComparator: |
| |
|
(void) | - mergesortLUsingCFuncComparator: |
| |
|
(void) | - insertionSort: |
| |
|
(void) | - sortUsingFunction:context: |
| |
|
(void) | - makeObjectsPerformSelector: |
| |
|
(void) | - makeObjectsPerformSelector:withObject: |
| |
| (void) | - makeObjectPerformSelectorWithArrayObjects:selector: |
| |
|
|
(id) | + array |
| |
|
(id) | + arrayWithCapacity: |
| |
|
(id) | + arrayWithArray: |
| |
|
(id) | + arrayWithNSArray: |
| |
| - (BOOL) isEqualToArray: |
|
(CCArray *) |
otherArray |
|
| - (void) makeObjectPerformSelectorWithArrayObjects: |
|
(id) |
object |
| selector: |
|
(SEL) |
aSelector |
|
|
| |
| - (void) qsortUsingCFuncComparator: |
|
(const void *) |
|
|
|
(const void *) |
comparator |
|
|
| |
| - (void) replaceObjectAtIndex: |
|
(NSUInteger) |
index |
| withObject: |
|
(id) |
anObject |
|
|
| |
The documentation for this class was generated from the following file: