Collection Object -- ARRAY!

Philip Mötteli philip.moetteli at econophone.ch
Mon Jul 31 16:26:26 CDT 2006


Am 31.07.2006 um 16:11 schrieb Ruslan Zasukhin:
> On 7/31/06 4:37 PM, "Philip Mötteli"  
> <philip.moetteli at econophone.ch> wrote:
>
>>> Iteration?
>>
>> I don't think so.
>> Indexation for the ordered kind of collection (NSArray).
>>
>> Actually, the primitive methods of NSArray/NSMutableArray are:
>> - (unsigned)count
>>
>> - (id)objectAtIndex:(unsigned)index
>>
>> - (void)addObject:(id)anObject
>>
>> - (void)insertObject:(id)anObject atIndex:(unsigned)index
>>
>> - (void)removeLastObject
>>
>> - (void)removeObjectAtIndex:(unsigned)index
>>
>> - (void)replaceObjectAtIndex:(unsigned)index withObject:(id)anObject
>
> We talk about FEATURE:
>
>     Table TC that has ARRAY of OID value
>
> Right?

Yes.


Re
Phil




More information about the Valentina mailing list