Re: Sort Algorithm Question
Re: Sort Algorithm Question
- Subject: Re: Sort Algorithm Question
- From: PA <email@hidden>
- Date: Wed, 23 Feb 2005 22:03:57 +0100
On Feb 23, 2005, at 21:31, James Cicenia wrote:
Believe it or not I have never used these before... and I don't quite
understand the difference or benefit between the
generic Java vs. NSComparator.
In a nutshell, all those mysterious looking classes prefixed with "NS"
(don't ask) are Apple's own proprietary and incompatible incarnations
of what lesser mortals know as "java.lang" and "java.util":
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/package-summary.html
http://java.sun.com/j2se/1.4.2/docs/api/java/util/package-summary.html
If you have a choice, stick to the regular, well known and standard
Java classes instead of their proprietary and incompatible "NS"
siblings.
Cheers
--
PA, Onnay Equitursay
http://alt.textdrive.com/
_______________________________________________
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