Re: Where is NSList?
Re: Where is NSList?
- Subject: Re: Where is NSList?
- From: Dustin Voss <email@hidden>
- Date: Wed, 28 Jul 2004 00:39:00 -0700
On 27 Jul, 2004, at 11:09 PM, Tim Conkling wrote:
It's clear from the responses I received in this thread (and from my
original post that I have re-read) that I was terribly unclear in
describing what it is I'm looking for. Basically, all I was asking was
whether Apple had created a linked list object for Cocoa (hence the
title of my original post); I was surprised that I had not seen such a
class in the Cocoa documentation and was thinking I may have missed
something. I am quite capable of creating my own such class, but,
being lazy, I would of course prefer to use one that has already been
written and tested by somebody else.
It is my understanding that NSArray's implementation changes between a
more traditional array and a linked list, depending on the number of
elements it contains.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.