Simple way to sort strings in the (case sensitive) alphabetical order

前端 未结 5 2042
生来不讨喜
生来不讨喜 2020-11-27 19:56

I need to sort list of strings in the alphabetical order:

List list = new ArrayList();
list.add(\"development\");
list.add(\"Development\");
li         


        
5条回答
提交回复
热议问题