00001
00002
00003
00004
00005
00006
00007 #import "NSMutableArray.h"
00008
00009 @interface NSCFArray : NSMutableArray
00010 {
00011 }
00012
00013 - (BOOL)isEqual:(id)fp8;
00014 - (unsigned int)hash;
00015 - (id)retain;
00016 - (oneway void)release;
00017 - (unsigned int)retainCount;
00018 - (void)finalize;
00019 - (Class)classForCoder;
00020 - (id)copyWithZone:(struct _NSZone *)fp8;
00021 - (id)mutableCopyWithZone:(struct _NSZone *)fp8;
00022 - (unsigned int)count;
00023 - (id)objectAtIndex:(unsigned int)fp8;
00024 - (unsigned int)countByEnumeratingWithState:(CDAnonymousStruct8 *)fp8 objects:(id *)fp12 count:(unsigned int)fp16;
00025 - (void)addObject:(id)fp8;
00026 - (void)insertObject:(id)fp8 atIndex:(unsigned int)fp12;
00027 - (void)replaceObjectAtIndex:(unsigned int)fp8 withObject:(id)fp12;
00028 - (void)removeLastObject;
00029 - (void)removeObjectAtIndex:(unsigned int)fp8;
00030 - (void)removeObjectsInRange:(struct _NSRange)fp8;
00031 - (unsigned int)indexOfObject:(id)fp8;
00032 - (unsigned int)indexOfObjectIdenticalTo:(id)fp8;
00033 - (void)getObjects:(id *)fp8 range:(struct _NSRange)fp12;
00034 - (void)removeAllObjects;
00035 - (void)sortUsingFunction:(void *)fp8 context:(void *)fp12;
00036 - (void)mpSortUsingFunction:(void *)fp8 context:(void *)fp12;
00037
00038 @end
00039