Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #16969
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | markspace <-@.> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: verbose sort |
| Date | Thu, 02 Aug 2012 11:14:23 -0700 |
| Organization | A noiseless patient Spider |
| Lines | 19 |
| Message-ID | <jveg21$vgv$1@dont-email.me> (permalink) |
| References | <ad14b658-e1c5-483a-a447-802725d731ff@googlegroups.com> <jvecro$bcn$1@dont-email.me> <jvef6e$q07$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Thu, 2 Aug 2012 18:14:25 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="61282af8d6595e8d991edb5ac03d6e00"; logging-data="32287"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ABK1OJWEVqyY0C6MnxDq6fYBQQBmrP84=" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
| In-Reply-To | <jvef6e$q07$1@dont-email.me> |
| Cancel-Lock | sha1:CTlRCxPHhW9WUfNf+w3uDOn2Jd4= |
| Xref | csiph.com comp.lang.java.programmer:16969 |
Show key headers only | View raw
On 8/2/2012 10:59 AM, Eric Sosman wrote: > On 8/2/2012 1:19 PM, markspace wrote: >> Collections.sort( my_list, String.CASE_INSENSITIVE_ORDER ); > > Throws NullPointerException if the list has any nulls. > That's unfortunate. I thought there were more "pre-made" Comparators, but couldn't find any. That too bad too, some wrappers would handle a large number of situations, including null checks. I really thought there were more Comparators in the API, I might just be missing them.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
verbose sort bob smith <bob@coolfone.comze.com> - 2012-08-02 08:37 -0700
Re: verbose sort Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-08-02 12:28 -0400
Re: verbose sort markspace <-@.> - 2012-08-02 10:19 -0700
Re: verbose sort Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-08-02 13:59 -0400
Re: verbose sort markspace <-@.> - 2012-08-02 11:14 -0700
Re: verbose sort Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-08-02 13:38 -0700
Re: verbose sort bob smith <bob@coolfone.comze.com> - 2012-08-02 15:19 -0700
Re: verbose sort Lew <lewbloch@gmail.com> - 2012-08-02 14:15 -0700
Re: verbose sort Roedy Green <see_website@mindprod.com.invalid> - 2012-08-03 01:37 -0700
csiph-web