Re: NSArray.iterator and NSArray.listIterator bug
Re: NSArray.iterator and NSArray.listIterator bug
- Subject: Re: NSArray.iterator and NSArray.listIterator bug
- From: Lachlan Deck <email@hidden>
- Date: Tue, 20 Jun 2006 18:04:09 +1000
Hi there,
On 15/06/2006, at 8:22 PM, John Larson wrote:
objectEnumerator does work. I didn't even think that that would be
a different implementation except for Iterator's remove() method.
Oh well, just trying to obey Sun's advice about their Collections
framework and not have to call methodWithAsLongANameAsPossible(). :-)
Late response but - I've never seen this advice. But, assuming the
advice exists (or is it folklore?) then it'd be nice if Sun would
remove all the 'get' prefixes from there class' methods. They
certainly add clutter (I mean length) to the name of the method.
NSArray is immutable anyway - so the opportunity for remove() won't
help unless it's a listIterator for a NSMutableArray.
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden