Lines Matching refs:NSInteger
15 NSInteger BuffSize;
16 NSInteger count;
22 + (id) arrayWithCapacity:(NSInteger)size;
25 - (id) initWithCapacity:(NSInteger)size;
30 - (id) objectAtIndex:(NSInteger)anIdx;
31 - (void) insertObject:(id)anObject atIndex:(NSInteger)anIdx;
34 - (void) removeObjectAtIndex:(NSInteger)idx;
35 - (void) replaceObjectAtIndex:(NSInteger)idx withObject:(id)obj;
36 - (NSInteger) count;
37 - (void)setCount:(NSInteger)cnt;
41 - (void) ensureCapacity:(NSInteger) index;
45 @property (assign) NSInteger BuffSize;
46 @property (assign, getter=count, setter=setCount:) NSInteger count;