Tuesday, 19 April 2011

How to sort list of strings - case insensitive?

using Collections.sort(list, String.CASE_INSENSITIVE_ORDER);

No comments:

Post a Comment