Re: compare two array
Re: compare two array
- Subject: Re: compare two array
- From: "Jordan Krushen" <email@hidden>
- Date: Sat, 1 Apr 2006 20:14:37 -0800
On 4/1/06, Yorh <email@hidden> wrote:
> I have two Arrays onr with a varibla number of objects and the second
> one too.
> I have to remove from the first array the object that isn't present
> in the second one, but I can't find if there is some method to do it...
It sounds like you may want to use sets instead of arrays if the
contents aren't ordered.
See:
file:///Developer/ADC Reference Library/documentation/Cocoa/Conceptual/Collections/index.html
and:
file:///Developer/ADC Reference Library/documentation/Cocoa/Reference/Foundation/ObjC_classic/Classes/NSSet_index.html
HTH,
J.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden