Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feed.news.qwest.net!mpls-nntp-03.inet.qwest.net!news.glorb.com!news-out.readnews.com!transit4.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!53ab2750!not-for-mail From: "bob smith" Subject: verbose sort Message-ID: <501AC32E.55954.calajapr@time.synchro.net> X-Comment-To: All Newsgroups: comp.lang.java.programmer X-FTN-AREA: COMP.LANG.JAVA.PROGRAMMER X-FTN-MSGID: 1:261/38 398a0a0a Content-Type: text/plain; charset=IBM437 Content-Transfer-Encoding: 8bit X-Gateway: time.synchro.net [Synchronet 3.16a-Win32 NewsLink 1.98] Lines: 30 Date: Thu, 02 Aug 2012 19:12:03 GMT NNTP-Posting-Host: 69.21.70.65 X-Complaints-To: news@tds.net X-Trace: newsreading01.news.tds.net 1343934723 69.21.70.65 (Thu, 02 Aug 2012 14:12:03 CDT) NNTP-Posting-Date: Thu, 02 Aug 2012 14:12:03 CDT Organization: tds.net Xref: csiph.com comp.lang.java.programmer:16994 From: bob smith I have some code that sorts a list like so: Vector my_list = new Vector(); Comparator c = new Comparator() { @Override public int compare(String object1, String object2) { if (object1 == null) return -1; if (object2 == null) return 1; object1 = object1.toLowerCase(); object2 = object2.toLowerCase(); return object1.compareTo(object2); }; }; Collections.sort(my_list, c); This seems like a lot of code for such a common operation. Is there a more succinct way of doing this? --- BBBS/Li6 v4.10 Dada-1 * Origin: Prism bbs (1:261/38) --- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24