Android上中文排序 为了把获取的人名按照拼音顺排序,写了下面这个类
AlphabetComparator cfc = new AlphabetComparator();Collections.sort([需要排序的数据], cfc);