SyntaxFix
Write A Post
Hire A Developer
Questions
Use the two argument for of Collections.sort. You will want a suitable Comparator that treats case appropriate (i.e. does lexical, not UTF16 ordering), such as that obtainable through java.text.Collator.getInstance.
Collections.sort
Comparator
java.text.Collator.getInstance