List of all members.
Public Member Functions |
(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: |
Static Public Member Functions |
(id) | + array |
(id) | + arrayWithCapacity: |
(id) | + arrayWithArray: |
(id) | + arrayWithNSArray: |
Public Attributes |
ccArray * | data |
Member Function Documentation
- (void) makeObjectPerformSelectorWithArrayObjects: |
|
(id) |
object |
selector: |
|
(SEL) |
aSelector |
|
|
| |
- (void) replaceObjectAtIndex: |
|
(NSUInteger) |
index |
withObject: |
|
(id) |
anObject |
|
|
| |
The documentation for this class was generated from the following file: